Skip to content

Commit 894c8cc

Browse files
author
Jordan McCullough
committed
Merge pull request #89 from github/sass-buildscript
Sass buildscript theme generation
2 parents 2cca09a + 68ce0a5 commit 894c8cc

File tree

4 files changed

+9
-560
lines changed

4 files changed

+9
-560
lines changed

_buildscripts/theme

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
for STYLES in page home workbook
2+
do
3+
echo "- Generating $STYLES"
4+
sass --style compressed _stylesheets/$STYLES.scss _stylesheets/$STYLES.css
5+
done
6+
echo "Completed SASS compiling and CSS compression!"

_stylesheets/home.css

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

0 commit comments

Comments
 (0)