Skip to content

Commit

Permalink
Build 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Feb 8, 2019
1 parent 4202d15 commit 7cf10a7
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulma",
"version": "0.7.3",
"version": "0.7.4",
"homepage": "https://bulma.io",
"authors": [
"jgthms <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion bulma.sass
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
12 changes: 9 additions & 3 deletions css/bulma.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/bulma.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bulma.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulma",
"version": "0.7.3",
"version": "0.7.4",
"homepage": "https://bulma.io",
"author": {
"name": "Jeremy Thomas",
Expand Down
9 changes: 7 additions & 2 deletions sass/base/minireset.sass
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7cf10a7

Please sign in to comment.