Push 0.4.1
This commit is contained in:
parent
a0244ea924
commit
c21948e813
7 changed files with 729 additions and 231 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bulma",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"homepage": "http://bulma.io",
|
||||
"authors": [
|
||||
"jgthms <bbxdesign@gmail.com>"
|
||||
|
|
2
bulma.sass
vendored
2
bulma.sass
vendored
|
@ -1,4 +1,4 @@
|
|||
/*! bulma.io v0.4.0 | MIT License | github.com/jgthms/bulma */
|
||||
/*! bulma.io v0.4.1 | MIT License | github.com/jgthms/bulma */
|
||||
@charset "utf-8"
|
||||
|
||||
@import "sass/utilities/_all"
|
||||
|
|
946
css/bulma.css
vendored
946
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.4.0.zip
|
||||
download: https://github.com/jgthms/bulma/archive/0.4.1.zip
|
||||
github: https://github.com/jgthms/bulma
|
||||
version: 0.4.0
|
||||
version: 0.4.1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@charset "UTF-8";
|
||||
/*! bulma.io v0.4.0 | MIT License | github.com/jgthms/bulma */
|
||||
/*! bulma.io v0.4.1 | MIT License | github.com/jgthms/bulma */
|
||||
@-webkit-keyframes spinAround {
|
||||
from {
|
||||
-webkit-transform: rotate(0deg);
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bulma",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"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