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",
"version": "0.7.3",
"version": "0.7.4",
"homepage": "https://bulma.io",
"authors": [
"jgthms <bbxdesign@gmail.com>"

2
bulma.sass vendored
View File

@ -1,5 +1,5 @@
@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/base/_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 {
from {
-webkit-transform: rotate(0deg);
@ -243,7 +243,7 @@ fieldset[disabled] .pagination-ellipsis {
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,
body,
p,
@ -301,12 +301,18 @@ html {
}
img,
audio,
embed,
iframe,
object,
video {
height: auto;
max-width: 100%;
}
audio {
max-width: 100%;
}
iframe {
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",
"version": "0.7.3",
"version": "0.7.4",
"homepage": "https://bulma.io",
"author": {
"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
html,
body,
@ -59,11 +59,16 @@ html
// Media
img,
audio,
embed,
iframe,
object,
video
height: auto
max-width: 100%
audio
max-width: 100%
// Iframe
iframe
border: 0