Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit 277e8d2

Browse files
committed
docs(README.md): Change import style in README
The import style in the README file has been updated to use named imports for 'svelte-preprocess-css-mods'. This change aligns the documentation with the latest version of the library.
1 parent 88b446c commit 277e8d2

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
@@ -18,7 +18,7 @@ npx nypm add -D svelte-preprocess-css-mods
1818
```javascript
1919
// svelte.config.js
2020

21-
import cssModules from 'svelte-preprocess-css-mods';
21+
import { cssModules } from 'svelte-preprocess-css-mods';
2222

2323
export default {
2424
preprocess: cssModules({/* options */}),

0 commit comments

Comments
 (0)