Skip to content

Commit

Permalink
fix interpolation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
moyus committed Feb 10, 2020
1 parent 8720a19 commit 43e6879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_utilities.color.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@each $name, $value in $colors {
.color-#{$name} {
.color-#{'' + $name} {
color: $value !important;
}

.bg-#{$name} {
.bg-#{'' + $name} {
background: $value !important;
}
}

0 comments on commit 43e6879

Please sign in to comment.