style: run build, lint, and remove !default Sass variables

This commit is contained in:
Brandy Carney
2024-05-02 17:30:30 -04:00
parent 8b834387d4
commit ef9b823dcd
20 changed files with 234 additions and 266 deletions

View File

@@ -13,10 +13,7 @@ $refresher-md-native-spinner-color: #{ion-color(primary, base)};
$refresher-md-native-spinner-border: 1px solid var(--ion-color-step-200, var(--ion-background-color-step-200, #ececec));
/// @prop - Background of the native refresher spinner
$refresher-md-native-spinner-background: var(
--ion-color-step-250,
var(--ion-background-color-step-250, #ffffff)
);
$refresher-md-native-spinner-background: var(--ion-color-step-250, var(--ion-background-color-step-250, #ffffff));
/// @prop - Box shadow of the native refresher spinner
$refresher-md-native-spinner-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);