Files
ionic-framework/ionic/components.wp.scss
Brandy Carney 2699b44778 feat(windows): add chip component
references #5565
2016-02-23 16:15:06 -05:00

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