Skip to content

Commit

Permalink
Fixes comment breaking build
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmrs committed Jul 14, 2023
1 parent 8c89990 commit 89edd4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/_variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
--gradient-color-15: var(--gold-0);
--gradient-color-16: var(--gold-5);
--gradient-color-17: var(--yellow-0);
--gradient-color-18: var(--yellow-5);;
--gradient-color-18: var(--yellow-5);
--gradient-color-19: var(--green-0);
--gradient-color-20: var(--green-5);
--gradient-color-21: var(--teal-0);
Expand Down Expand Up @@ -277,6 +277,7 @@
--border-radius-9: 48px;
--border-radius-10: 64px;
--border-radius-11: 9999px;
--border-radius: var(--border-radius-2);

--border-width-0: 0;
--border-width-1: 1px;
Expand Down Expand Up @@ -325,7 +326,7 @@
--shadow-border-width: 1px;
--shadow-opacity: .25;

// Opacity scale
/* Opacity scale */

--opacity-0: 0;
--opacity-1: .025;
Expand Down

0 comments on commit 89edd4d

Please sign in to comment.