mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
17 lines
373 B
SCSS
17 lines
373 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/checkbox/checkbox.wp",
|
|
"components/chip/chip.wp",
|
|
"components/radio/radio.wp",
|
|
"components/toolbar/toolbar.wp";
|