chore(sass): update sass to match linter config

references #5797
This commit is contained in:
Brandy Carney
2016-03-10 22:41:56 -05:00
parent de6cd2f68c
commit f7b52eeee1
113 changed files with 1235 additions and 1172 deletions

View File

@ -4,22 +4,22 @@
// iOS Content
// --------------------------------------------------
$content-ios-outer-background-color: #efeff4 !default;
$content-ios-outer-background: #efeff4 !default;
$content-ios-padding: $content-padding !default;
$content-ios-margin: $content-margin !default;
$content-ios-has-views-background: #000 !default;
ion-content {
background-color: $background-ios-color;
}
.outer-content {
background: $content-ios-outer-background-color;
background: $content-ios-outer-background;
}
ion-nav.has-views,
ion-tab.has-views {
background: #000;
background: $content-ios-has-views-background;
}