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 26c93af commit 3704250Copy full SHA for 3704250
SVELTEKIT.md
@@ -10,7 +10,6 @@ npm install --save-dev @smui/card
10
# etc...
11
12
npm install --save-dev smui-theme
13
-npm install --save-dev @material/theme
14
```
15
16
Create your theme files with `smui-theme`.
packages/smui-theme/package.json
@@ -72,6 +72,7 @@
72
"@smui/touch-target": "^6.0.0-beta.16"
73
},
74
"dependencies": {
75
+ "@material/theme": "^13.0.0",
76
"node-fetch": "^2.6.7",
77
"sass": "^1.50.0",
78
"yargs": "^17.4.1"
0 commit comments