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

@ -37,10 +37,7 @@ $loading-ios-background-color: $overlay-ios-background-color;
$loading-ios-translucent-background-color-alpha: 0.8;
/// @prop - Background color of the translucent loading wrapper
$loading-ios-translucent-background-color: rgba(
$background-color-rgb,
$loading-ios-translucent-background-color-alpha
);
$loading-ios-translucent-background-color: rgba($background-color-rgb, $loading-ios-translucent-background-color-alpha);
/// @prop - Font weight of the loading content
$loading-ios-content-font-weight: bold;