Files
ionic-framework/ionic/components.md.scss
Brandy Carney 8f08de187d fix(sass): move the @at-root font import to the components file
the user will need to include this import themselves if they include
components individually

fixes #5931
2016-04-11 13:24:58 -04:00

42 lines
965 B
SCSS

// Material Design Globals
@import "globals.md";
// Material Design Components
@import
"components/app/app.md",
"components/action-sheet/action-sheet.md",
"components/alert/alert.md",
"components/badge/badge.md",
"components/button/button.md",
"components/card/card.md",
"components/checkbox/checkbox.md",
"components/chip/chip.md",
"components/content/content.md",
"components/input/input.md",
"components/item/item.md",
"components/label/label.md",
"components/list/list.md",
"components/loading/loading.md",
"components/menu/menu.md",
"components/modal/modal.md",
"components/radio/radio.md",
"components/searchbar/searchbar.md",
"components/segment/segment.md",
"components/select/select.md",
"components/tabs/tabs.md",
"components/toggle/toggle.md",
"components/toolbar/toolbar.md";
// Material Design w/ iOS Platform
@import
"platform/cordova.md";
// Roboto Font
@at-root {
@import "./fonts/roboto";
}