Deploy 0.6.0

This commit is contained in:
Jeremy Thomas 2017-10-10 11:40:50 +01:00
parent 3ff914e153
commit c39183cf47
5 changed files with 5 additions and 5 deletions

View File

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

2
css/bulma.css vendored
View File

@ -1,4 +1,4 @@
/*! bulma.io v0.5.3 | MIT License | github.com/jgthms/bulma */ /*! bulma.io v0.6.0 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround { @-webkit-keyframes spinAround {
from { from {
-webkit-transform: rotate(0deg); -webkit-transform: rotate(0deg);

View File

@ -1,5 +1,5 @@
@charset "UTF-8"; @charset "UTF-8";
/*! bulma.io v0.5.3 | MIT License | github.com/jgthms/bulma */ /*! bulma.io v0.6.0 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround { @-webkit-keyframes spinAround {
from { from {
-webkit-transform: rotate(0deg); -webkit-transform: rotate(0deg);

View File

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