Skip to content

Commit 47295b9

Browse files
committed
Lint
1 parent e432d1f commit 47295b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type * as csstree from 'css-tree';
22

3-
import { getAST, getSelectors,splitCommaList } from '../../src/utils.js';
3+
import { getAST, getSelectors, splitCommaList } from '../../src/utils.js';
44

55
const getSelectorList = (cssText: string) => {
66
const stylesheet = getAST(cssText) as csstree.StyleSheet;

0 commit comments

Comments
 (0)