[scss-lint] Fix "HexLength" issue (#81)

This commit is contained in:
Pranav Raj S 2019-10-02 11:03:56 +08:00 committed by GitHub
parent a9b0eb3c15
commit 7e76285f7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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;