Fix bulma docs css
This commit is contained in:
parent
7a6fcf38a6
commit
3ff914e153
4 changed files with 551 additions and 2568 deletions
1163
css/bulma.css
vendored
1163
css/bulma.css
vendored
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
|
@ -35,7 +35,7 @@
|
|||
"deploy": "npm run build && npm run docs",
|
||||
"docs": "npm run docs-sass && npm run docs-autoprefix",
|
||||
"docs-autoprefix": "postcss --use autoprefixer --map false --output docs/css/bulma-docs.css docs/css/bulma-docs.css",
|
||||
"docs-sass": "node-sass --output-style expanded --source-map false docs/bulma-docs.sass docs/css/bulma-docs.css",
|
||||
"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",
|
||||
|
|
Loading…
Add table
Reference in a new issue