Files
Brandy Carney dad2155ecd fix(sass): remove global imports from components
globals.mode is already imported in the components.mode file, so it
doesn’t need to be imported per component

fixes #5931
2016-04-11 11:59:44 -04:00

11 lines
172 B
SCSS

// Windows Menu
// --------------------------------------------------
$menu-wp-background: #f2f2f2 !default;
ion-menu {
background: $menu-wp-background;
}