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

@ -33,4 +33,4 @@ $label-ios-text-wrap-font-size: 14px !default;
$label-ios-text-wrap-line-height: 1.5 !default;
/// @prop - Color of the item paragraph
$item-ios-paragraph-text-color: $text-color-step-600 !default;
$item-ios-paragraph-text-color: $text-color-step-600 !default;

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]) {