mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
style(css): fix most scss lint errors
This commit is contained in:
@ -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