Files
jekyll/site/css/screen.scss
XhmikosR da443039e1 Move custom code from _font-awesome.scss to _style.scss.
Also change the order of includes so that _style.scss is last for precedence reasons.
2014-11-18 08:15:53 +02:00

10 lines
128 B
SCSS

---
---
@import "mixins";
@import "normalize";
@import "gridism";
@import "pygments";
@import "font-awesome";
@import "style";