mirror of
https://github.com/papercss/papercss
synced 2026-03-14 14:35:51 +01:00
Merge pull request #282 from almibarss/feature-color-units-deprecation-fix
fix: Sass color unit deprecation warning
This commit is contained in:
commit
4f0d0674de
1 changed files with 4 additions and 4 deletions
|
|
@ -60,8 +60,8 @@ $warning-text: $warning-dark-10 !default;
|
|||
$danger-text: $danger-dark-10 !default;
|
||||
$muted-text: $muted-dark-10 !default;
|
||||
|
||||
$shadow-color-regular: hsla(0, 0, 0%, 0.2) !default;
|
||||
$shadow-color-hover: hsla(0, 0, 0%, 0.3) !default;
|
||||
$shadow-color-regular: hsla(0, 0%, 0%, 0.2) !default;
|
||||
$shadow-color-hover: hsla(0, 0%, 0%, 0.3) !default;
|
||||
|
||||
$primary-inverse: #fff !default;
|
||||
|
||||
|
|
@ -122,8 +122,8 @@ $dark-warning-text: $dark-warning-dark-10 !default;
|
|||
$dark-danger-text: $dark-danger-dark-10 !default;
|
||||
$dark-muted-text: $dark-muted-dark-10 !default;
|
||||
|
||||
$dark-shadow-color-regular: hsla(0, 0, 0%, 0.2) !default;
|
||||
$dark-shadow-color-hover: hsla(0, 0, 0%, 0.3) !default;
|
||||
$dark-shadow-color-regular: hsla(0, 0%, 0%, 0.2) !default;
|
||||
$dark-shadow-color-hover: hsla(0, 0%, 0%, 0.3) !default;
|
||||
|
||||
$dark-primary-inverse: $primary !default;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue