Deploy 0.4.0

This commit is contained in:
Jeremy Thomas 2017-03-15 22:13:43 +00:00
parent cfe7a5b529
commit 35a488031e
8 changed files with 1505 additions and 827 deletions

View File

@ -1,6 +1,6 @@
# Bulma Changelog
## 0.4
## 0.4.0
* **Default font-size is 16px**
* **New `.field` element ; `.control` repurposed**

View File

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

2
bulma.sass vendored
View File

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

764
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.3.2.zip
download: https://github.com/jgthms/bulma/archive/0.4.0.zip
github: https://github.com/jgthms/bulma
version: 0.3.2
version: 0.4.0

File diff suppressed because it is too large Load Diff

View File

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