File tree Expand file tree Collapse file tree 1 file changed +16
-18
lines changed Expand file tree Collapse file tree 1 file changed +16
-18
lines changed Original file line number Diff line number Diff line change 33
33
border-color : rgba ($black , .1 );
34
34
}
35
35
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
- }
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
50
51
51
@each $width , $value in $sidebar-widths {
52
52
& .sidebar-#{$width } {
53
53
flex : 0 0 $value ;
54
54
width : $value ;
55
55
56
- & :not (.sidebar-end ).hide {
57
- @include ltr-rtl (" margin-left" , - $value );
56
+ & :not (.sidebar-end ) {
58
57
~ * {
59
58
-- #{$variable-prefix } sidebar-occupy-start : #{$value } ;
60
59
}
61
60
}
62
- & .sidebar-end.hide {
63
- @include ltr-rtl (" margin-right" , - $value );
61
+ & .sidebar-end {
64
62
~ * {
65
63
-- #{$variable-prefix } sidebar-occupy-end : #{$value } ;
66
64
}
You can’t perform that action at this time.
0 commit comments