Skip to content

Commit

Permalink
Build 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Mar 23, 2020
1 parent 4af9686 commit 6a067df
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 19 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "bulma",
"version": "0.8.0",
"version": "0.8.1",
"homepage": "https://bulma.io",
"authors": [
"jgthms <bbxdesign@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion bulma.sass
@@ -1,5 +1,5 @@
@charset "utf-8"
/*! bulma.io v0.8.0 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v0.8.1 | MIT License | github.com/jgthms/bulma */
@import "sass/utilities/_all"
@import "sass/base/_all"
@import "sass/elements/_all"
Expand Down
52 changes: 39 additions & 13 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
@@ -1,6 +1,6 @@
{
"name": "bulma",
"version": "0.8.0",
"version": "0.8.1",
"homepage": "https://bulma.io",
"author": {
"name": "Jeremy Thomas",
Expand Down
2 changes: 1 addition & 1 deletion test/sass-compile-tester.sh
Expand Up @@ -17,7 +17,7 @@ build_sass()
local name="${fileName%.*}"
local destFile="$CSS_DIR/$name.css"

sass "$1" "${destFile}" ${SASS_OPTIONS}
sass "$1" "${destFile}"
}

run_it()
Expand Down

0 comments on commit 6a067df

Please sign in to comment.