We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b664882 commit e9de772Copy full SHA for e9de772
1 file changed
packages/react/src/__tests__/css-layers.test.ts
@@ -1,7 +1,7 @@
1
import fs from 'node:fs'
2
import path from 'node:path'
3
import {generate, parse} from 'css-tree'
4
-import type {Atrule, StyleSheet} from 'css-tree'
+import type {StyleSheet} from 'css-tree'
5
import {describe, expect, test} from 'vitest'
6
7
const allowlist = new Set([path.resolve(import.meta.dirname, '../Avatar/Avatar.module.css')])
0 commit comments