mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
rename all material.scss to md.scss
This commit is contained in:
@ -4,16 +4,16 @@
|
|||||||
// Material Design Components
|
// Material Design Components
|
||||||
@import
|
@import
|
||||||
"components/material/ripple",
|
"components/material/ripple",
|
||||||
"components/toolbar/modes/material",
|
"components/toolbar/modes/md",
|
||||||
"components/action-menu/modes/material",
|
"components/action-menu/modes/md",
|
||||||
"components/button/modes/material",
|
"components/button/modes/md",
|
||||||
"components/content/modes/material",
|
"components/content/modes/md",
|
||||||
"components/item/modes/material",
|
"components/item/modes/md",
|
||||||
"components/list/modes/material",
|
"components/list/modes/md",
|
||||||
"components/card/modes/material",
|
"components/card/modes/md",
|
||||||
"components/checkbox/modes/material",
|
"components/checkbox/modes/md",
|
||||||
"components/text-input/modes/material",
|
"components/text-input/modes/md",
|
||||||
"components/nav-bar/modes/material",
|
"components/nav-bar/modes/md",
|
||||||
"components/radio/modes/material",
|
"components/radio/modes/md",
|
||||||
"components/switch/modes/material",
|
"components/switch/modes/md",
|
||||||
"components/tabs/modes/material";
|
"components/tabs/modes/md";
|
||||||
|
Reference in New Issue
Block a user