Skip to content

Commit acab8bc

Browse files
committed
fix(_sidebar.scss): add $variable-prefix to --is-mobile custom property
1 parent 66cdc4e commit acab8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/sidebar/_sidebar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
@include media-breakpoint-down($mobile-breakpoint) {
2626
// Some of our components use this property to detect if the sidebar has mobile behavior.
27-
--is-mobile: true;
27+
--#{$variable-prefix}is-mobile: true;
2828
position: fixed;
2929
top: 0;
3030
bottom: 0;

0 commit comments

Comments
 (0)