This commit is contained in:
2020-08-07 11:24:00 +02:00
parent abb072dfcf
commit 039bb7d427
12 changed files with 101 additions and 59 deletions

View File

@@ -8,7 +8,7 @@
"sass": "^1.26.10"
},
"scripts": {
"sass": "node-sass -w components/components.scss -o public/ --recursive",
"sass": "node-sass -w components/main.scss -o public/ --recursive",
"styleguide": "fractal start --sync",
"suite": "npm run sass & npm run styleguide"
}