Skip to content

Commit 93e00fa

Browse files
committed
mixin usage
Box sizing mixin usage in _bar.scss
1 parent 3e1ad48 commit 93e00fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_bar.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
left: 0;
1414
z-index: $z-index-bar;
1515

16-
box-sizing: border-box;
16+
@include box-sizing(border-box);
1717
padding: $bar-padding-portrait;
1818

1919
width: 100%;

0 commit comments

Comments
 (0)