re-order scss includes

This commit is contained in:
Adam Bradley
2013-08-26 15:29:13 -05:00
parent 6fdd4d9fe3
commit a3839beae1
2 changed files with 12 additions and 19 deletions

View File

@ -1,30 +1,22 @@
@charset "UTF-8"; @charset "UTF-8";
// Components // Component Structures
@import @import
"framework/structure-variables", "framework/structure-variables",
"framework/structure/mixins", "framework/structure/mixins",
"framework/structure/alerts", "framework/structure/alerts",
"framework/structure/base",
"framework/structure/pull-to-refresh",
"framework/structure/panel",
"framework/structure/button",
"framework/structure/bar", "framework/structure/bar",
"framework/structure/tabs", "framework/structure/base",
"framework/structure/button",
"framework/structure/button-group", "framework/structure/button-group",
"framework/structure/form", "framework/structure/form",
"framework/structure/grid", "framework/structure/grid",
"framework/structure/icon", "framework/structure/icon",
"framework/structure/img", "framework/structure/img",
"framework/structure/listview", "framework/structure/listview",
"framework/structure/table"; "framework/structure/panel",
"framework/structure/pull-to-refresh",
"framework/structure/table",
"framework/structure/tabs";

View File

@ -1,15 +1,16 @@
@charset "UTF-8"; @charset "UTF-8";
// Components // Component Themes
@import @import
"framework/theme-variables", "framework/theme-variables",
"framework/theme/alerts", "framework/theme/alerts",
"framework/theme/bar", "framework/theme/bar",
"framework/theme/tabs",
"framework/theme/button", "framework/theme/button",
"framework/theme/icon", "framework/theme/icon",
"framework/theme/listview", "framework/theme/listview",
"framework/theme/pull-to-refresh",
"framework/theme/panel", "framework/theme/panel",
"framework/theme/table"; "framework/theme/pull-to-refresh",
"framework/theme/table",
"framework/theme/tabs";