mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
26 lines
292 B
SCSS
Executable File
26 lines
292 B
SCSS
Executable File
@charset "UTF-8";
|
|
|
|
|
|
// Default Theme
|
|
@import "themes/default";
|
|
|
|
|
|
// Core Components
|
|
@import "ionic.core";
|
|
|
|
|
|
// iOS Components
|
|
@import "ionic.ios";
|
|
|
|
|
|
// Material Design Components
|
|
@import "ionic.material";
|
|
|
|
|
|
// Icons
|
|
@import "components/icon/icon";
|
|
|
|
|
|
// Platforms
|
|
@import "platform/cordova";
|