Deploy 0.4.4

This commit is contained in:
Jeremy Thomas 2017-07-24 15:50:00 +02:00
parent 3376f706f3
commit 42780d04a7
7 changed files with 2134 additions and 629 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "bulma", "name": "bulma",
"version": "0.4.3", "version": "0.4.4",
"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.3 | MIT License | github.com/jgthms/bulma */ /*! bulma.io v0.4.4 | 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"

579
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

@ -14,8 +14,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.3.zip download: https://github.com/jgthms/bulma/archive/0.4.4.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.3 version: 0.4.4
vernum: 43 vernum: 44

File diff suppressed because one or more lines are too long

View File

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