Skip to content

Commit 49aadbe

Browse files
committed
Fix documentation
1 parent 91936a4 commit 49aadbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default defineConfig({
5050
```ts
5151
{
5252
react: boolean // If your app is a React app
53-
ignore: RegExp | RegExp[] // If you want to exclude some classes from being scoped
53+
ignore: RegExp | RegExp[] | string | string[] // If you want to exclude some classes from being scoped
5454
}
5555
```
5656

0 commit comments

Comments
 (0)