Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgthms/bulma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJeremy Thomas <bbxdesign@gmail.com>2020-03-23 17:08:44 +0300
committerJeremy Thomas <bbxdesign@gmail.com>2020-03-23 17:08:44 +0300
commit6a067dfdc58f7d34cad4f990462698055338cdd3 (patch)
treedad795c00b9d61b70dc6506e10dee41a015dceca /test
parent4af9686eb07520e61106910aa82ff562bedc32dd (diff)
Build 0.8.10.8.1
Diffstat (limited to 'test')
-rwxr-xr-xtest/sass-compile-tester.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sass-compile-tester.sh b/test/sass-compile-tester.sh
index 0e4cfea9..eee70197 100755
--- a/test/sass-compile-tester.sh
+++ b/test/sass-compile-tester.sh
@@ -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()