Add index customized

This commit is contained in:
Jeremy Thomas
2018-04-10 14:28:45 +01:00
parent abaf686b25
commit 69899e57f5
11 changed files with 955 additions and 54 deletions

View File

@@ -41,8 +41,7 @@
"docs-sass": "node-sass --output-style expanded docs/bulma-docs.sass docs/css/bulma-docs.css",
"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",
"start-test": "npm run test-scss -- --watch",
"test-scss": "node-sass --output-style expanded docs/bulma-test.scss docs/css/bulma-test.css"
},
"files": [