Cleaned up some imports not sure we will use, also added bar scss

This commit is contained in:
Max Lynch
2013-08-23 13:13:55 -05:00
parent 63cc305579
commit 4586851e42
24 changed files with 12 additions and 24 deletions

View File

@ -4,25 +4,18 @@
// Components
@import
"framework/structure/base",
"framework/structure/accordion",
"framework/structure/bar",
"framework/structure/button",
"framework/structure/button-group",
"framework/structure/clearing",
"framework/structure/footer",
"framework/structure/form",
"framework/structure/grid",
"framework/structure/header",
"framework/structure/icon",
"framework/structure/img",
"framework/structure/input-checkbox",
"framework/structure/input-radio",
"framework/structure/input-select",
"framework/structure/input-slider",
"framework/structure/input-text",
"framework/structure/label",
"framework/structure/listview",
"framework/structure/table",
"framework/structure/thumb",
"framework/structure/transition",
"framework/structure/transition-slide",
"framework/structure/video";
"framework/structure/table";

View File

@ -4,16 +4,8 @@
// Components
@import
"framework/theme/default/variables",
"framework/theme/default/accordion",
"framework/theme/default/bar",
"framework/theme/default/button",
"framework/theme/default/footer",
"framework/theme/default/header",
"framework/theme/default/icon",
"framework/theme/default/input-checkbox",
"framework/theme/default/input-radio",
"framework/theme/default/input-select",
"framework/theme/default/input-slider",
"framework/theme/default/input-text",
"framework/theme/default/label",
"framework/theme/default/listview",
"framework/theme/default/table";

View File

@ -0,0 +1,3 @@
.bar {
}