Skip to content

Commit f1d19db

Browse files
committed
chore: clean-up
1 parent 607f039 commit f1d19db

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

scss/sidebar/_sidebar.scss

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,6 @@
3333
border-color: rgba($black, .1);
3434
}
3535

36-
// &.hide {
37-
// &:not(.sidebar-end){
38-
// @include ltr-rtl("margin-left", - $sidebar-width);
39-
// ~ * {
40-
// --#{$variable-prefix}sidebar-occupy-start: 0;
41-
// }
42-
// }
43-
// &.sidebar-end {
44-
// @include ltr-rtl("margin-right", - $sidebar-width);
45-
// ~ * {
46-
// --#{$variable-prefix}sidebar-occupy-end: 0;
47-
// }
48-
// }
49-
// }
50-
5136
@each $width, $value in $sidebar-widths {
5237
&.sidebar-#{$width} {
5338
flex: 0 0 $value;

0 commit comments

Comments
 (0)