refactor(sass): individual sass files import globals

This commit is contained in:
Adam Bradley
2015-11-23 14:51:38 -06:00
parent 3d898485ad
commit bc8ff4070f
77 changed files with 171 additions and 116 deletions

View File

@@ -1,11 +1,6 @@
// Theme
@import "themes/default";
// Globals
// Core App
@import
"util/mixins",
"components/app/normalize",
"components/app/structure",
"components/app/typography",
@@ -50,6 +45,7 @@
// Ionicons
// soon to be replaced with SVGs
$font-path: "../fonts" !default;
$ionicons: true !default;
@if ($ionicons) {