File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 62
62
.sidebar-narrow {
63
63
@extend %sidebar-narrow ;
64
64
& :not (.sidebar-end ) ~ * {
65
- -- #{$prefix } sidebar-occupy-start : #{$sidebar-narrow-width } ;
65
+ -- #{$prefix } sidebar-occupy-start : #{$sidebar-narrow-width } !important ; // stylelint-disable-line declaration-no-important
66
66
}
67
67
& .sidebar-end ~ * {
68
- -- #{$prefix } sidebar-occupy-end : #{$sidebar-narrow-width } ;
68
+ -- #{$prefix } sidebar-occupy-end : #{$sidebar-narrow-width } !important ; // stylelint-disable-line declaration-no-important
69
69
}
70
70
71
71
.nav-link {
77
77
position : fixed ;
78
78
79
79
& :not (.sidebar-end ) ~ * {
80
- -- #{$prefix } sidebar-occupy-start : #{$sidebar-narrow-width } ;
80
+ -- #{$prefix } sidebar-occupy-start : #{$sidebar-narrow-width } !important ; // stylelint-disable-line declaration-no-important
81
81
}
82
82
& .sidebar-end ~ * {
83
- -- #{$prefix } sidebar-occupy-end : #{$sidebar-narrow-width } ;
83
+ -- #{$prefix } sidebar-occupy-end : #{$sidebar-narrow-width } !important ; // stylelint-disable-line declaration-no-important
84
84
}
85
85
86
86
& :not (:hover ) {
You can’t perform that action at this time.
0 commit comments