We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0728ab commit 68ce0a5Copy full SHA for 68ce0a5
_buildscripts/theme
@@ -1,6 +1,6 @@
1
-
2
-sass --style compressed _stylesheets/page.scss _stylesheets/page.css
3
-sass --style compressed _stylesheets/home.scss _stylesheets/home.css
4
-sass --style compressed _stylesheets/workbook.scss _stylesheets/workbook.css
5
+for STYLES in page home workbook
+do
+ echo "- Generating $STYLES"
+ sass --style compressed _stylesheets/$STYLES.scss _stylesheets/$STYLES.css
+done
6
echo "Completed SASS compiling and CSS compression!"
0 commit comments