Skip to content

Commit 94d0c30

Browse files
committed
Update readme
1 parent cea5db4 commit 94d0c30

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
@@ -727,7 +727,7 @@ preprocess: [
727727
```
728728

729729
**Beware**
730-
The enabled option will applied cssModules scoping to all imported Svelte files, even the ones coming from `node_modules`. When using a third party library, make sure the compiled version is being imported. In the case of a raw svelte file, its styling may be broken.
730+
The enabled option will applied cssModules scoping to all imported Svelte files, even the ones coming from `node_modules`. When using a third party library, make sure the compiled version is being imported. In the case of a raw svelte file, it might break its styling.
731731

732732
To prevent any scoping conflict, it is recommended to associate the option `useAsDefaultScoping` with `includePaths`.
733733

0 commit comments

Comments
 (0)