Skip to content

Commit b758628

Browse files
committed
fix(sidebar): emit proper occupacy variable when size of sidebar is set
1 parent 07a7d5d commit b758628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/sidebar/_sidebar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@
132132
&:not(.sidebar-end){
133133
@include ltr-rtl("left", 0);
134134
~ * {
135-
--#{$variable-prefix}sidebar-occupy-start: 0;
135+
--#{$variable-prefix}sidebar-occupy-start: 0 !important; // stylelint-disable-line
136136
}
137137
}
138138
&.sidebar-end {
139139
@include ltr-rtl("right", 0);
140140
~ * {
141-
--#{$variable-prefix}sidebar-occupy-end: 0;
141+
--#{$variable-prefix}sidebar-occupy-end: 0 !important; // stylelint-disable-line
142142
}
143143
}
144144
}

0 commit comments

Comments
 (0)