Skip to content

Commit 6f73ad4

Browse files
updated helpers
1 parent 60cd7f5 commit 6f73ad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Utilities/mixins.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@
152152
@if $i % 5 == 0 {
153153
$percentage: $i*1%;
154154
.#{$class}-darken-#{$i} {
155-
#{$property}: mix(black, $color, $percentage);
155+
#{$property}: mix(black, $color, $percentage) !important;
156156
}
157157
.#{$class}-lighten-#{$i} {
158-
#{$property}: mix(white, $color, $percentage);
158+
#{$property}: mix(white, $color, $percentage) !important;
159159
}
160160
}
161161
}

0 commit comments

Comments
 (0)