Files
ionic-framework/ionic/components.wp.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
947 B
SCSS

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