Skip to content

Commit 8621a56

Browse files
Merge pull request Hacker0x01#3116 from mortezakarimi/master
Update mixins.scss
2 parents d1c25c9 + 97eac99 commit 8621a56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/stylesheets/mixins.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@use "sass:math";
2+
13
%navigation-chevron {
24
border-color: $datepicker__muted-color;
35
border-style: solid;
@@ -17,7 +19,7 @@
1719
}
1820

1921
%triangle-arrow {
20-
margin-left: -$datepicker__triangle-size / 2;
22+
margin-left: math.div(-$datepicker__triangle-size, 2);
2123
position: absolute;
2224
width: 0;
2325

0 commit comments

Comments
 (0)