mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
61 lines
590 B
SCSS
61 lines
590 B
SCSS
@charset "UTF-8";
|
|
|
|
@import
|
|
// Variables
|
|
"mixins",
|
|
"variables",
|
|
|
|
"../../ionicons/style",
|
|
|
|
// Base
|
|
"reset",
|
|
"scaffolding",
|
|
"type",
|
|
|
|
// Action Sheet
|
|
"action-sheet",
|
|
|
|
// Nav
|
|
"bar",
|
|
"tabs",
|
|
"menu",
|
|
"modal",
|
|
"popup",
|
|
"items",
|
|
"list",
|
|
|
|
// Forms
|
|
"form",
|
|
"checkbox",
|
|
"toggle",
|
|
"radio",
|
|
"range",
|
|
|
|
// Buttons
|
|
"button",
|
|
"button-bar",
|
|
|
|
// Badges
|
|
"badge",
|
|
|
|
// Components
|
|
"alerts",
|
|
|
|
"slide-box",
|
|
|
|
"split-pane",
|
|
|
|
"scroll",
|
|
|
|
"nav",
|
|
|
|
// Animations
|
|
"animations",
|
|
|
|
"animations/bar_ios7",
|
|
|
|
// Util
|
|
"icons",
|
|
"util",
|
|
"platform";
|