[scss-lint] Fix "HexLength" issue (#81)
This commit is contained in:
parent
a9b0eb3c15
commit
7e76285f7c
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ $light-gray: #c0ccda;
|
|||
$medium-gray: #8492a6;
|
||||
$dark-gray: $color-gray;
|
||||
$black: #000000;
|
||||
$white: #ffffff;
|
||||
$white: #fff;
|
||||
$body-background: $white;
|
||||
$body-font-color: $color-body;
|
||||
$body-font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
|
||||
|
|
|
@ -51,7 +51,7 @@ $color-border: #E0E6ED;
|
|||
$color-border-light: #f0f4f5;
|
||||
$color-background: #EFF2F7;
|
||||
$color-background-light: #F9FAFC;
|
||||
$color-white: #FFFFFF;
|
||||
$color-white: #FFF;
|
||||
$color-body: #3C4858;
|
||||
$color-heading: #1F2D3D;
|
||||
$color-modal-header: #f1f1f1;
|
||||
|
|
Loading…
Reference in a new issue