Skip to content

Commit 6a067df

Browse files
committed
Build 0.8.1
1 parent 4af9686 commit 6a067df

File tree

7 files changed

+45
-19
lines changed

7 files changed

+45
-19
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bulma",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"homepage": "https://bulma.io",
55
"authors": [
66
"jgthms <bbxdesign@gmail.com>"

bulma.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@charset "utf-8"
2-
/*! bulma.io v0.8.0 | MIT License | github.com/jgthms/bulma */
2+
/*! bulma.io v0.8.1 | MIT License | github.com/jgthms/bulma */
33
@import "sass/utilities/_all"
44
@import "sass/base/_all"
55
@import "sass/elements/_all"

css/bulma.css

Lines changed: 39 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bulma.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bulma.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bulma",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"homepage": "https://bulma.io",
55
"author": {
66
"name": "Jeremy Thomas",

test/sass-compile-tester.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build_sass()
1717
local name="${fileName%.*}"
1818
local destFile="$CSS_DIR/$name.css"
1919

20-
sass "$1" "${destFile}" ${SASS_OPTIONS}
20+
sass "$1" "${destFile}"
2121
}
2222

2323
run_it()

0 commit comments

Comments
 (0)