modularize scss imports

This commit is contained in:
Adam Bradley
2015-08-12 08:04:05 -05:00
parent 561191465e
commit c0475cf729
4 changed files with 84 additions and 81 deletions

16
ionic/ionic.material.scss Normal file
View 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";