Merge pull request #85 from pmotch/master

Fix duplicate gray variable in scss
This commit is contained in:
Huy Tran 2019-10-03 17:25:30 +10:00 committed by GitHub
commit 0fc1d4a20d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ $gray-1: #f9f9f9;
$gray-2: #eee;
$gray-3: #ddd;
$gray-4: #ccc;
$gray-4: #bbb;
$gray-5: #bbb;
$gray-6: #878787;
$gray-7: #767676;
$gray-8: #515151;