stylesheets: fix @import "*.css.scss" to "*.scss".

This commit is contained in:
evazion
2017-02-28 18:42:16 -06:00
parent df3925ecb4
commit 5fffbb4be5
28 changed files with 39 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
// Source: https://github.com/FrogBot/sassy_bootstrap/blob/master/lib/_reset.sass
@import "000_vars.css.scss";
@import "000_vars.scss";
// Reset.sass
// Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an