Deploy 0.5.2

This commit is contained in:
Jeremy Thomas
2017-09-11 20:04:51 +01:00
parent 3396424ecb
commit 64bb6b0c9c
8 changed files with 2691 additions and 973 deletions

View File

@@ -5,14 +5,14 @@
### New features ### New features
* #842 `navbar` color modifiers * #842 `navbar` color modifiers
* `navbar-tabs` * #331 Support for third party icons
* Added `$button-focus-box-shadow-size` and `$button-focus-box-shadow-color` for customization * Added `$button-focus-box-shadow-size` and `$button-focus-box-shadow-color` for customization
* Added `$input-focus-box-shadow-size` and `$input-focus-box-shadow-color` for customization * Added `$input-focus-box-shadow-size` and `$input-focus-box-shadow-color` for customization
* Navbar tabs
### Issues closed ### Issues closed
* #1168 Undefined variable: `$navbar-item` * #1168 Undefined variable: `$navbar-item`
* #331 Support for third party icons
* #930 Remove `vertical-align: top` for icons * #930 Remove `vertical-align: top` for icons
* #735 Font awesome custom `font-size` * #735 Font awesome custom `font-size`
* #395 Font awesome stacked icons * #395 Font awesome stacked icons

View File

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

1070
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

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

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