Skip to content

Commit 5019921

Browse files
committed
yarn run build:scss で scss を css にコンパイルできるようにした
1 parent c4efed2 commit 5019921

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

my-standard-layout-scss/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"repository": "https://github.com/inouetakuya/html5-css3-modern-coding/standard-layout",
66
"license": "MIT",
77
"scripts": {
8+
"build:scss": "node-sass --recursive src/scss --output src/css",
89
"serve": "browser-sync start --server 'src' --files 'src/css/*.css', 'src/*.html'"
910
},
1011
"dependencies": {},

0 commit comments

Comments
 (0)