mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Publish 0.3.2
This commit is contained in:
parent
76d75b2c79
commit
0395dc59d8
@ -1,5 +1,14 @@
|
||||
# Bulma Changelog
|
||||
|
||||
## 0.3.2
|
||||
|
||||
* Fix #478
|
||||
|
||||
## 0.3.1
|
||||
|
||||
* Fix #441
|
||||
* Fix #443
|
||||
|
||||
## 0.3.0
|
||||
|
||||
* Use `rem` and `em` (!)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bulma",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"homepage": "http://bulma.io",
|
||||
"authors": [
|
||||
"jgthms <bbxdesign@gmail.com>"
|
||||
|
2
bulma.sass
vendored
2
bulma.sass
vendored
@ -1,4 +1,4 @@
|
||||
/*! bulma.io v0.3.1 | MIT License | github.com/jgthms/bulma */
|
||||
/*! bulma.io v0.3.2 | MIT License | github.com/jgthms/bulma */
|
||||
@charset "utf-8"
|
||||
|
||||
@import "sass/utilities/_all"
|
||||
|
1286
css/bulma.css
vendored
1286
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
|
||||
|
||||
documentation: "/documentation/overview/start/"
|
||||
download: https://github.com/jgthms/bulma/archive/0.3.1.zip
|
||||
download: https://github.com/jgthms/bulma/archive/0.3.2.zip
|
||||
github: https://github.com/jgthms/bulma
|
||||
version: 0.3.1
|
||||
version: 0.3.2
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*! bulma.io v0.3.1 | MIT License | github.com/jgthms/bulma */
|
||||
/*! bulma.io v0.3.2 | MIT License | github.com/jgthms/bulma */
|
||||
@-webkit-keyframes spinAround {
|
||||
from {
|
||||
-webkit-transform: rotate(0deg);
|
||||
@ -7476,6 +7476,11 @@ html.route-index #carbon {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
#newsletter .input {
|
||||
border-color: white;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#images tr td:nth-child(2) {
|
||||
width: 320px;
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bulma",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"homepage": "http://bulma.io",
|
||||
"author": "Jeremy Thomas <bbxdesign@gmail.com> (http://jgthms.com)",
|
||||
"description": "Modern CSS framework based on Flexbox",
|
||||
|
Loading…
Reference in New Issue
Block a user