style(css): fix most scss lint errors

This commit is contained in:
Brandy Carney
2018-07-18 12:53:33 -04:00
parent 7d030ce27c
commit 094fde755c
58 changed files with 253 additions and 205 deletions

View File

@ -5,8 +5,12 @@
// --------------------------------------------------
:host {
--ion-color-base: currentColor;
@include margin(0);
box-sizing: border-box;
display: block;
overflow: hidden;
@ -16,11 +20,7 @@
text-overflow: ellipsis;
white-space: nowrap;
box-sizing: border-box;
color: #{current-color(base)};
--ion-color-base: currentColor;
}
:host([text-wrap]) {