rename all material.scss to md.scss

This commit is contained in:
Adam Bradley
2015-09-17 22:02:11 -05:00
parent 2ecde315f2
commit c118ef6054
15 changed files with 13 additions and 13 deletions

View File

@ -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";