Files
ionic-framework/ionic/components.wp.scss
Brandy Carney dd206ad7d6 feat(windows): add radio component for wp mode
fixed radio and checkbox in alert, updated toolbar

references #5565
2016-02-23 15:56:59 -05:00

16 lines
344 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/radio/radio.wp",
"components/toolbar/toolbar.wp";