mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
14 lines
207 B
SCSS
14 lines
207 B
SCSS
/*! Ionic: Material Design */
|
|
@charset "UTF-8";
|
|
|
|
// Core Components
|
|
@import "components.core";
|
|
|
|
// Material Design Components
|
|
@import "components.md";
|
|
|
|
// Material Design Body
|
|
body {
|
|
@include md-body();
|
|
}
|