Deploy 0.5.2
This commit is contained in:
parent
3396424ecb
commit
64bb6b0c9c
8 changed files with 2691 additions and 973 deletions
|
@ -5,14 +5,14 @@
|
|||
### New features
|
||||
|
||||
* #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 `$input-focus-box-shadow-size` and `$input-focus-box-shadow-color` for customization
|
||||
* Navbar tabs
|
||||
|
||||
### Issues closed
|
||||
|
||||
* #1168 Undefined variable: `$navbar-item`
|
||||
* #331 Support for third party icons
|
||||
* #930 Remove `vertical-align: top` for icons
|
||||
* #735 Font awesome custom `font-size`
|
||||
* #395 Font awesome stacked icons
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bulma",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.2",
|
||||
"homepage": "http://bulma.io",
|
||||
"authors": [
|
||||
"jgthms <bbxdesign@gmail.com>"
|
||||
|
|
2
bulma.sass
vendored
2
bulma.sass
vendored
|
@ -1,5 +1,5 @@
|
|||
@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/base/_all"
|
||||
@import "sass/elements/_all"
|
||||
|
|
1070
css/bulma.css
vendored
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
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bulma",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.2",
|
||||
"homepage": "http://bulma.io",
|
||||
"author": "Jeremy Thomas <bbxdesign@gmail.com> (http://jgthms.com)",
|
||||
"description": "Modern CSS framework based on Flexbox",
|
||||
|
|
Loading…
Add table
Reference in a new issue