Push 0.4.1

This commit is contained in:
Jeremy Thomas 2017-04-23 19:02:04 +01:00
parent a0244ea924
commit c21948e813
7 changed files with 729 additions and 231 deletions

View File

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

2
bulma.sass vendored
View File

@ -1,4 +1,4 @@
/*! bulma.io v0.4.0 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v0.4.1 | MIT License | github.com/jgthms/bulma */
@charset "utf-8"
@import "sass/utilities/_all"

946
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

View File

@ -13,6 +13,6 @@ fontawesome: https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-aweso
# Variables
documentation: "/documentation/overview/start/"
download: https://github.com/jgthms/bulma/archive/0.4.0.zip
download: https://github.com/jgthms/bulma/archive/0.4.1.zip
github: https://github.com/jgthms/bulma
version: 0.4.0
version: 0.4.1

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "bulma",
"version": "0.4.0",
"version": "0.4.1",
"homepage": "http://bulma.io",
"author": "Jeremy Thomas <bbxdesign@gmail.com> (http://jgthms.com)",
"description": "Modern CSS framework based on Flexbox",