Skip to content

Commit

Permalink
Transparent Green Bug: Unquote transparent color in sass (#245)
Browse files Browse the repository at this point in the history
* Unquote transparent color in sass

* Test ruby version bump

* Revert
  • Loading branch information
stuyam committed Oct 8, 2023
1 parent 7edfd5e commit c31a950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/scss/variables/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $theme-colors: (
$palette-colors: (
"black": $black,
"white": $white,
"transparent": "transparent",
"transparent": transparent,

"gray-100": $gray-100,
"gray-200": $gray-200,
Expand Down

0 comments on commit c31a950

Please sign in to comment.