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";
// Components
// Component Structures
@import
"framework/structure-variables",
"framework/structure/mixins",
"framework/structure/alerts",
"framework/structure/base",
"framework/structure/pull-to-refresh",
"framework/structure/panel",
"framework/structure/button",
"framework/structure/bar",
"framework/structure/tabs",
"framework/structure/base",
"framework/structure/button",
"framework/structure/button-group",
"framework/structure/form",
"framework/structure/grid",
"framework/structure/icon",
"framework/structure/img",
"framework/structure/listview",
"framework/structure/table";
"framework/structure/panel",
"framework/structure/pull-to-refresh",
"framework/structure/table",
"framework/structure/tabs";