mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 05:19:35 -07:00
Push 0.3.0
This commit is contained in:
@@ -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,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>"
|
||||||
|
|||||||
2
bulma.sass
vendored
2
bulma.sass
vendored
@@ -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"
|
||||||
|
|||||||
2013
css/bulma.css
vendored
2013
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
@@ -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
Load Diff
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user