Skip to content

Commit 6bfdcc3

Browse files
committed
chore: fix modules example
1 parent 83609c6 commit 6bfdcc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ import {createParser} from 'css-selector-parser';
153153

154154
// Create a parser with specific CSS modules enabled
155155
const parse = createParser({
156-
syntax: 'latest',
156+
syntax: 'selectors-4',
157157
modules: ['css-position-3', 'css-scoping-1']
158158
});
159159
```

0 commit comments

Comments
 (0)