Skip to content

Commit

Permalink
fix: Add a space to math.div in sass file
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Sep 7, 2024
1 parent 7910308 commit 4795ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/components/_carousel.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use "sass:math";

$item-width: percentage(math.div(1,3));
$item-width: percentage(math.div(1, 3));

@media (min-width: 768px) {
.carousel-show-three {
Expand Down

0 comments on commit 4795ee1

Please sign in to comment.