mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
re-order scss includes
This commit is contained in:
@ -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";
|
||||||
@ -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";
|
||||||
Reference in New Issue
Block a user