Skip to content

Commit

Permalink
fix: issue with wrong placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed May 8, 2024
1 parent 028e40a commit 983472c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/foundations/scss/colors/classes/_get-class.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
[data-color="#{$variant}-bg-transparent-semi"],
.db-#{$variant}-bg-transparent-semi {
@extend %db-#{$variant}-transparent-semi;
@extend %db-#{$variant}-bg-transparent-semi;
}

@each $contrast in [ "high", "low"] {
Expand Down

0 comments on commit 983472c

Please sign in to comment.