Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.

Commit

Permalink
Removed duplicate color variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
peiche committed Nov 1, 2021
1 parent 7a28f77 commit 4571702
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions resources/scss/settings/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@
@include defineColorHSL(--color-info-light, 188, 78%, 31%);
@include defineColorHSL(--color-info-lighter, 188, 78%, 21%);

// black + white
@include defineColorHSL(--color-black, 0, 0%, 0%);
@include defineColorHSL(--color-white, 0, 0%, 100%);

// background
@include defineColorHSL(--color-bg-darker, 210, 4%, 89%);
@include defineColorHSL(--color-bg-dark, 180, 3%, 94%);
Expand Down Expand Up @@ -91,9 +87,6 @@
@include defineColorHSL(--color-accent-light, 342, 92%, 60%);
@include defineColorHSL(--color-accent-lighter, 342, 92%, 65%);

@include defineColorHSL(--color-black, 204, 28%, 7%);
@include defineColorHSL(--color-white, 0, 0%, 100%);

// feedback
@include defineColorHSL(--color-warning-darker, 46, 100%, 47%);
@include defineColorHSL(--color-warning-dark, 46, 100%, 50%);
Expand Down

0 comments on commit 4571702

Please sign in to comment.