mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00

the user will need to include this import themselves if they include components individually fixes #5931
42 lines
947 B
SCSS
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";
|
|
}
|