mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Push 0.2.0
This commit is contained in:
parent
263839ba90
commit
a53089a0c2
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bulma",
|
"name": "bulma",
|
||||||
"version": "0.1.2",
|
"version": "0.2.0",
|
||||||
"homepage": "http://bulma.io",
|
"homepage": "http://bulma.io",
|
||||||
"authors": [
|
"authors": [
|
||||||
"jgthms <bbxdesign@gmail.com>"
|
"jgthms <bbxdesign@gmail.com>"
|
||||||
|
6341
css/bulma.css
vendored
6341
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
@ -13,6 +13,6 @@ url: http://bulma.io
|
|||||||
|
|
||||||
baseurl: ""
|
baseurl: ""
|
||||||
documentation: "/documentation/overview/start/"
|
documentation: "/documentation/overview/start/"
|
||||||
download: https://github.com/jgthms/bulma/archive/0.1.2.zip
|
download: https://github.com/jgthms/bulma/archive/0.2.0.zip
|
||||||
github: https://github.com/jgthms/bulma
|
github: https://github.com/jgthms/bulma
|
||||||
version: 0.1.2
|
version: 0.2.0
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bulma",
|
"name": "bulma",
|
||||||
"version": "0.1.2",
|
"version": "0.2.0",
|
||||||
"homepage": "http://bulma.io",
|
"homepage": "http://bulma.io",
|
||||||
"author": "Jeremy Thomas <bbxdesign@gmail.com> (http://jgthms.com)",
|
"author": "Jeremy Thomas <bbxdesign@gmail.com> (http://jgthms.com)",
|
||||||
"description": "Modern CSS framework based on Flexbox",
|
"description": "Modern CSS framework based on Flexbox",
|
||||||
@ -31,6 +31,7 @@
|
|||||||
"build-autoprefix": "postcss --use autoprefixer --output css/bulma.css css/bulma.css",
|
"build-autoprefix": "postcss --use autoprefixer --output css/bulma.css css/bulma.css",
|
||||||
"build-clean": "rm -rf css",
|
"build-clean": "rm -rf css",
|
||||||
"build-sass": "node-sass --output-style expanded --source-map true bulma.sass css/bulma.css",
|
"build-sass": "node-sass --output-style expanded --source-map true bulma.sass css/bulma.css",
|
||||||
|
"deploy": "npm run build && npm run docs",
|
||||||
"docs": "npm run docs-sass && npm run docs-autoprefix",
|
"docs": "npm run docs-sass && npm run docs-autoprefix",
|
||||||
"docs-autoprefix": "postcss --use autoprefixer --output docs/css/bulma-docs.css docs/css/bulma-docs.css",
|
"docs-autoprefix": "postcss --use autoprefixer --output docs/css/bulma-docs.css docs/css/bulma-docs.css",
|
||||||
"docs-sass": "node-sass --output-style expanded 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",
|
||||||
|
Loading…
Reference in New Issue
Block a user