Deploy 0.5.0

This commit is contained in:
Jeremy Thomas 2017-07-29 18:49:34 +01:00
parent 929b30f3d9
commit b5c3d17e19
7 changed files with 2539 additions and 1149 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "bulma", "name": "bulma",
"version": "0.4.4", "version": "0.5.0",
"homepage": "http://bulma.io", "homepage": "http://bulma.io",
"authors": [ "authors": [
"jgthms <bbxdesign@gmail.com>" "jgthms <bbxdesign@gmail.com>"

2
bulma.sass vendored
View File

@ -1,5 +1,5 @@
@charset "utf-8" @charset "utf-8"
/*! bulma.io v0.4.4 | MIT License | github.com/jgthms/bulma */ /*! bulma.io v0.5.0 | MIT License | github.com/jgthms/bulma */
@import "sass/utilities/_all" @import "sass/utilities/_all"
@import "sass/base/_all" @import "sass/base/_all"
@import "sass/elements/_all" @import "sass/elements/_all"

1441
css/bulma.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -15,8 +15,8 @@ exclude: ['fontawesome', 'node_modules', 'templates', '.babelrc', 'bulma-d
# Variables # Variables
documentation: "/documentation/overview/start/" documentation: "/documentation/overview/start/"
download: https://github.com/jgthms/bulma/archive/0.4.4.zip download: https://github.com/jgthms/bulma/archive/0.5.0.zip
github: https://github.com/jgthms/bulma github: https://github.com/jgthms/bulma
twitter: https://twitter.com/jgthms twitter: https://twitter.com/jgthms
version: 0.4.4 version: 0.5.0
vernum: 44 vernum: 50

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"name": "bulma", "name": "bulma",
"version": "0.4.4", "version": "0.5.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",