Fix imports

This commit is contained in:
Jeremy Thomas
2016-09-22 20:30:09 +01:00
parent 9928f2b9f0
commit 70b1367053
34 changed files with 2523 additions and 51 deletions

View File

@@ -36,7 +36,9 @@
"docs-sass": "node-sass --output-style expanded docs/bulma-docs.sass docs/css/bulma-docs.css",
"pre-push": "npm run build && git add css && git commit --amend --no-edit",
"start": "npm run build-sass -- --watch",
"start-docs": "npm run docs-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"
},
"files": [
"css",