mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
modularize scss imports
This commit is contained in:
16
ionic/ionic.material.scss
Normal file
16
ionic/ionic.material.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
// Material Design Components
|
||||
@import
|
||||
"components/material/variables",
|
||||
"components/material/ripple",
|
||||
"components/toolbar/extensions/material",
|
||||
"components/app/extensions/material",
|
||||
"components/action-menu/extensions/material",
|
||||
"components/button/extensions/material",
|
||||
"components/card/extensions/material",
|
||||
"components/checkbox/extensions/material",
|
||||
"components/item/extensions/material",
|
||||
"components/list/extensions/material",
|
||||
"components/nav-bar/extensions/material",
|
||||
"components/tabs/extensions/material";
|
||||
|
||||
Reference in New Issue
Block a user