stylesheets: fix @import "*.css.scss" to "*.scss".
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user