mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
style(css): fix most scss lint errors
This commit is contained in:
@ -7,13 +7,14 @@
|
||||
--ion-color-base: #{ion-color(primary, base)};
|
||||
--ion-color-base-rgb: #{ion-color(primary, base, null, true)};
|
||||
|
||||
box-sizing: content-box !important;
|
||||
|
||||
display: inline-block;
|
||||
|
||||
contain: content;
|
||||
|
||||
touch-action: none;
|
||||
user-select: none;
|
||||
box-sizing: content-box !important;
|
||||
}
|
||||
|
||||
:host(.toggle-key) input {
|
||||
|
Reference in New Issue
Block a user