Move to Sass.
This commit is contained in:
parent
e57cd0031d
commit
b53b4a5e5a
|
@ -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 %}
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
---
|
||||||
|
|
||||||
|
@import "normalize";
|
||||||
|
@import "gridism";
|
||||||
|
@import "style";
|
||||||
|
@import "pygments";
|
||||||
|
@import "font-awesome"
|
Loading…
Reference in New Issue