We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61a67b commit 435c15fCopy full SHA for 435c15f
SVELTEKIT.md
@@ -27,14 +27,14 @@ You'll need one of these sets of prepare scripts in your `package.json` file. No
27
- Without Dark Mode support.
28
29
```
30
- "prepare": "svelte-kit sync && npm run smui-theme",
+ "prepare": "npm run smui-theme",
31
"smui-theme": "smui-theme compile static/smui.css -i src/theme"
32
33
34
- With Dark Mode support.
35
36
37
- "prepare": "svelte-kit sync && npm run smui-theme-light && npm run smui-theme-dark",
+ "prepare": "npm run smui-theme-light && npm run smui-theme-dark",
38
"smui-theme-light": "smui-theme compile static/smui.css -i src/theme",
39
"smui-theme-dark": "smui-theme compile static/smui-dark.css -i src/theme/dark"
40
0 commit comments