Files
ionic-framework/scss/framework-structure.scss
2013-08-23 11:43:35 -05:00

29 lines
819 B
SCSS
Executable File

@charset "UTF-8";
// Components
@import
"framework/structure/base",
"framework/structure/accordion",
"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";