Move to Sass.

This commit is contained in:
Parker Moore 2014-07-31 04:40:07 -04:00
parent e57cd0031d
commit b53b4a5e5a
7 changed files with 8 additions and 31 deletions

View File

@ -1,31 +0,0 @@
---
---
{% capture screen %}
/* *\
* $normalize.css *
\* */
{% include css/normalize.css %}
/* *\
* $gridism.css *
\* */
{% include css/gridism.css %}
/* *\
* $style.css *
\* */
{% include css/style.css %}
/* *\
* $pygments.css *
\* */
{% include css/pygments.css %}
/* *\
* $font-awesome.css *
\* */
{% include css/font-awesome.css %}
{% endcapture %}
{% if site.GH_ENV %}
{{ screen | strip_newlines | remove: ' ' }}
{% else %}
{{ screen }}
{% endif %}

8
site/css/screen.scss Normal file
View File

@ -0,0 +1,8 @@
---
---
@import "normalize";
@import "gridism";
@import "style";
@import "pygments";
@import "font-awesome"