mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
17 lines
485 B
SCSS
17 lines
485 B
SCSS
|
|
// Material Design Components
|
|
@import
|
|
"components/material/variables",
|
|
"components/material/ripple",
|
|
"components/toolbar/modes/material",
|
|
"components/app/modes/material",
|
|
"components/action-menu/modes/material",
|
|
"components/button/modes/material",
|
|
"components/card/modes/material",
|
|
"components/checkbox/modes/material",
|
|
"components/item/modes/material",
|
|
"components/list/modes/material",
|
|
"components/nav-bar/modes/material",
|
|
"components/tabs/modes/material";
|
|
|