mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Cleaned up some imports not sure we will use, also added bar scss
This commit is contained in:
@ -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";
|
||||
|
||||
|
||||
@ -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";
|
||||
|
||||
3
scss/framework/structure/_bar.scss
Normal file
3
scss/framework/structure/_bar.scss
Normal file
@ -0,0 +1,3 @@
|
||||
.bar {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user