Browse Source

Deploy 0.5.2

Jeremy Thomas 7 years ago
parent
commit
64bb6b0c9c
8 changed files with 455 additions and 382 deletions
  1. 2 2
      CHANGELOG.md
  2. 1 1
      bower.json
  3. 1 1
      bulma.sass
  4. 196 291
      css/bulma.css
  5. 0 0
      css/bulma.css.map
  6. 254 86
      docs/css/bulma-docs.css
  7. 0 0
      docs/css/bulma-docs.css.map
  8. 1 1
      package.json

+ 2 - 2
CHANGELOG.md

@@ -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 - 1
bower.json

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

+ 1 - 1
bulma.sass

@@ -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"

File diff suppressed because it is too large
+ 196 - 291
css/bulma.css


File diff suppressed because it is too large
+ 0 - 0
css/bulma.css.map


File diff suppressed because it is too large
+ 254 - 86
docs/css/bulma-docs.css


File diff suppressed because it is too large
+ 0 - 0
docs/css/bulma-docs.css.map


+ 1 - 1
package.json

@@ -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",

Some files were not shown because too many files changed in this diff