Build 0.7.4

This commit is contained in:
Jeremy Thomas 2019-02-08 11:38:11 +00:00
parent 4202d15410
commit 7cf10a786a
7 changed files with 21 additions and 10 deletions

View File

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

2
bulma.sass vendored
View File

@ -1,5 +1,5 @@
@charset "utf-8" @charset "utf-8"
/*! bulma.io v0.7.3 | MIT License | github.com/jgthms/bulma */ /*! bulma.io v0.7.4 | MIT License | github.com/jgthms/bulma */
@import "sass/utilities/_all" @import "sass/utilities/_all"
@import "sass/base/_all" @import "sass/base/_all"
@import "sass/elements/_all" @import "sass/elements/_all"

12
css/bulma.css vendored
View File

@ -1,4 +1,4 @@
/*! bulma.io v0.7.3 | MIT License | github.com/jgthms/bulma */ /*! bulma.io v0.7.4 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround { @-webkit-keyframes spinAround {
from { from {
-webkit-transform: rotate(0deg); -webkit-transform: rotate(0deg);
@ -243,7 +243,7 @@ fieldset[disabled] .pagination-ellipsis {
cursor: not-allowed; cursor: not-allowed;
} }
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */ /*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
html, html,
body, body,
p, p,
@ -301,12 +301,18 @@ html {
} }
img, img,
audio, embed,
iframe,
object,
video { video {
height: auto; height: auto;
max-width: 100%; max-width: 100%;
} }
audio {
max-width: 100%;
}
iframe { iframe {
border: 0; border: 0;
} }

File diff suppressed because one or more lines are too long

2
css/bulma.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"name": "bulma", "name": "bulma",
"version": "0.7.3", "version": "0.7.4",
"homepage": "https://bulma.io", "homepage": "https://bulma.io",
"author": { "author": {
"name": "Jeremy Thomas", "name": "Jeremy Thomas",

View File

@ -1,4 +1,4 @@
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */ /*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
// Blocks // Blocks
html, html,
body, body,
@ -59,11 +59,16 @@ html
// Media // Media
img, img,
audio, embed,
iframe,
object,
video video
height: auto height: auto
max-width: 100% max-width: 100%
audio
max-width: 100%
// Iframe // Iframe
iframe iframe
border: 0 border: 0