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
|
||||
@import
|
||||
"components/material/ripple",
|
||||
"components/toolbar/modes/material",
|
||||
"components/action-menu/modes/material",
|
||||
"components/button/modes/material",
|
||||
"components/content/modes/material",
|
||||
"components/item/modes/material",
|
||||
"components/list/modes/material",
|
||||
"components/card/modes/material",
|
||||
"components/checkbox/modes/material",
|
||||
"components/text-input/modes/material",
|
||||
"components/nav-bar/modes/material",
|
||||
"components/radio/modes/material",
|
||||
"components/switch/modes/material",
|
||||
"components/tabs/modes/material";
|
||||
"components/toolbar/modes/md",
|
||||
"components/action-menu/modes/md",
|
||||
"components/button/modes/md",
|
||||
"components/content/modes/md",
|
||||
"components/item/modes/md",
|
||||
"components/list/modes/md",
|
||||
"components/card/modes/md",
|
||||
"components/checkbox/modes/md",
|
||||
"components/text-input/modes/md",
|
||||
"components/nav-bar/modes/md",
|
||||
"components/radio/modes/md",
|
||||
"components/switch/modes/md",
|
||||
"components/tabs/modes/md";
|
||||
|
Reference in New Issue
Block a user