Browse Source

Push 0.3.0

Jeremy Thomas 8 years ago
parent
commit
126e8b7532
8 changed files with 647 additions and 332 deletions
  1. 3 0
      CHANGELOG.md
  2. 1 1
      bower.json
  3. 1 1
      bulma.sass
  4. 271 178
      css/bulma.css
  5. 0 47
      css/bulma.css.map
  6. 2 2
      docs/_config.yml
  7. 368 102
      docs/css/bulma-docs.css
  8. 1 1
      package.json

+ 3 - 0
CHANGELOG.md

@@ -24,6 +24,9 @@
 * Fix `.pagination`
 * Fix `.pagination`
 * Fix `.tabs`
 * Fix `.tabs`
 * Fix `.panel`
 * Fix `.panel`
+* Fix `.delete`
+* Add mixins documentation
+* Add functions documentation
 
 
 ## 0.2.2
 ## 0.2.2
 
 

+ 1 - 1
bower.json

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

+ 1 - 1
bulma.sass

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

File diff suppressed because it is too large
+ 271 - 178
css/bulma.css


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


+ 2 - 2
docs/_config.yml

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

File diff suppressed because it is too large
+ 368 - 102
docs/css/bulma-docs.css


+ 1 - 1
package.json

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

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