mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
47 lines
469 B
SCSS
47 lines
469 B
SCSS
@charset "UTF-8";
|
|
|
|
@import
|
|
// Variables
|
|
"mixins",
|
|
"variables",
|
|
|
|
"../../ionicons/style",
|
|
|
|
// Base
|
|
"reset",
|
|
"scaffolding",
|
|
"util",
|
|
"type",
|
|
|
|
// Action Sheet
|
|
"actionSheet",
|
|
|
|
// Nav
|
|
"bar",
|
|
"tabs",
|
|
"menu",
|
|
"modal",
|
|
"listview",
|
|
|
|
// Forms
|
|
"form",
|
|
"checkbox",
|
|
"toggle",
|
|
"radio",
|
|
|
|
// Buttons
|
|
"button",
|
|
"button-group",
|
|
|
|
// Badges
|
|
"badge",
|
|
|
|
// Components
|
|
"alerts",
|
|
"card",
|
|
|
|
// Animations
|
|
"animations",
|
|
|
|
"platform";
|