Skip to content

Commit

Permalink
fix(navigation): better SCSS interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed May 18, 2021
1 parent 7fed188 commit a1337df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/navigation/navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
@each $navColorName, $navColorValue in $colors {
.swiper-button-prev,
.swiper-button-next {
&.swiper-button-#{$navColorName} {
--swiper-navigation-color: #{$navColorValue};
&.swiper-button-#{'' + $navColorName} {
--swiper-navigation-color: #{'' + $navColorValue};
}
}
}
Expand Down

0 comments on commit a1337df

Please sign in to comment.