mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
style(css): fix most scss lint errors
This commit is contained in:
@ -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;
|
||||
|
||||
@ -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]) {
|
||||
|
||||
Reference in New Issue
Block a user