Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgthms/bulma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Thomas <bbxdesign@gmail.com>2017-12-04 22:28:07 +0300
committerJeremy Thomas <bbxdesign@gmail.com>2017-12-04 22:28:07 +0300
commit6f964e72602e87d80a607976b451908d5919d183 (patch)
tree9f3b6afebcbbd05842d37e2a40409a96920ed189 /package.json
parent31ec88ea3e2fbe0519deed7895160ba596e9bb2d (diff)
Fix #1456
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index efb3bdbb..86d8c053 100644
--- a/package.json
+++ b/package.json
@@ -39,7 +39,8 @@
"start": "npm run build-sass -- --watch",
"start-docs": "npm run docs-sass -- --watch",
"start-test": "npm run test-sass -- --watch",
- "test-sass": "node-sass --output-style expanded docs/bulma-test.sass docs/css/bulma-test.css"
+ "test-sass": "node-sass --output-style expanded docs/bulma-test.sass docs/css/bulma-test.css",
+ "test-scss": "node-sass --output-style expanded docs/bulma-test.scss docs/css/bulma-test.css"
},
"files": [
"css",