We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e432d1f commit 47295b9Copy full SHA for 47295b9
tests/unit/utils.test.ts
@@ -1,6 +1,6 @@
1
import type * as csstree from 'css-tree';
2
3
-import { getAST, getSelectors,splitCommaList } from '../../src/utils.js';
+import { getAST, getSelectors, splitCommaList } from '../../src/utils.js';
4
5
const getSelectorList = (cssText: string) => {
6
const stylesheet = getAST(cssText) as csstree.StyleSheet;
0 commit comments