mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
chore(stylelint): remove sass-lint/scss-lint in favor of stylelint
- remove scss-lint and sass-lint - add stylelint and stylelint-order packages and configuration - update all *.scss files to new syntax fixes #14805
This commit is contained in:
committed by
Cam Wiegert
parent
771c47f109
commit
7a8d5f68d2
@ -5,10 +5,10 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
:host {
|
||||
font-size: $item-option-button-ios-font-size;
|
||||
|
||||
--ion-color-base: #{$item-option-button-ios-background-color};
|
||||
--ion-color-contrast: #{$item-option-button-ios-text-color};
|
||||
|
||||
font-size: $item-option-button-ios-font-size;
|
||||
}
|
||||
|
||||
:host(.in-list.item-options-end:last-child) {
|
||||
|
||||
@ -5,10 +5,11 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
:host {
|
||||
font-size: $item-option-button-md-font-size;
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
|
||||
--ion-color-base: #{$item-option-button-md-background-color};
|
||||
--ion-color-contrast: #{$item-option-button-md-text-color};
|
||||
|
||||
font-size: $item-option-button-md-font-size;
|
||||
font-weight: 500;
|
||||
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
@ -14,15 +14,17 @@
|
||||
height: 100%;
|
||||
|
||||
border: 0;
|
||||
|
||||
outline: none;
|
||||
|
||||
background: #{current-color(base)};
|
||||
color: inherit;
|
||||
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
font-weight: inherit;
|
||||
|
||||
letter-spacing: inherit;
|
||||
color: inherit;
|
||||
|
||||
background: #{current-color(base)};
|
||||
|
||||
appearance: none;
|
||||
|
||||
}
|
||||
@ -42,6 +44,7 @@
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
font-weight: inherit;
|
||||
|
||||
letter-spacing: inherit;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user