mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
14 lines
276 B
SCSS
14 lines
276 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/toolbar/toolbar.wp";
|