Files
ionic-framework/ionic/components.wp.scss
Brandy Carney 1fc0a23c11 feat(windows): initial add for windows badges
also hide ion-button-effect and change alert buttons to full width

references #5565
2016-02-23 13:53:11 -05:00

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";