summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2018-12-22 09:45:52 -0700
committermo <mo.khan@gmail.com>2018-12-22 09:45:52 -0700
commit7a111b20faf6ea2d77f560803a792dddd5cc8746 (patch)
tree66cee5a27379ddfd6e97cf12b874043dd4f93c3f /package.json
parent8c2e5a2042698d332e67509eb17a2edb050a8ad8 (diff)
install node-sass
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/package.json b/package.json
index 21edbd2..cd3e400 100644
--- a/package.json
+++ b/package.json
@@ -15,5 +15,11 @@
"bugs": {
"url": "https://github.com/mokhan/mokha-scss/issues"
},
- "homepage": "https://github.com/mokhan/mokha-scss#readme"
+ "homepage": "https://github.com/mokhan/mokha-scss#readme",
+ "devDependencies": {
+ "node-sass": "^4.11.0"
+ },
+ "scripts": {
+ "build-sass": "node-sass --output-style expanded --source-map true index.scss css/bulma.css"
+ }
}