mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
22 lines
387 B
SCSS
Executable File
22 lines
387 B
SCSS
Executable File
@charset "UTF-8";
|
|
|
|
|
|
// Component Themes
|
|
@import
|
|
"ionic/structure-variables",
|
|
"ionic/mixins",
|
|
"ionic/theme-variables",
|
|
|
|
"ionic/theme/base",
|
|
|
|
"ionic/theme/alerts",
|
|
"ionic/theme/bar",
|
|
"ionic/theme/button",
|
|
"ionic/theme/icon",
|
|
"ionic/theme/form",
|
|
"ionic/theme/listview",
|
|
"ionic/theme/menu",
|
|
"ionic/theme/pull-to-refresh",
|
|
"ionic/theme/table",
|
|
"ionic/theme/tabs";
|