Skip to content

Commit ba9a8af

Browse files
committed
chore: clean-up
1 parent 5b791c4 commit ba9a8af

File tree

2 files changed

+0
-74
lines changed

2 files changed

+0
-74
lines changed

scss/_colors.scss

Lines changed: 0 additions & 38 deletions
This file was deleted.

scss/sidebar/_sidebar-narrow.scss

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -104,39 +104,3 @@
104104
}
105105
}
106106
}
107-
108-
// Responsive behavior
109-
// @each $breakpoint in map-keys($grid-breakpoints) {
110-
// @include media-breakpoint-up($breakpoint) {
111-
// $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
112-
// .sidebar.sidebar#{$infix}-show,
113-
// .sidebar.sidebar-show {
114-
// &:not(.sidebar-end){
115-
// margin-left: 0;
116-
// @include media-breakpoint-up($mobile-breakpoint) {
117-
// &.sidebar-fixed {
118-
// &.sidebar-narrow,
119-
// &.sidebar-narrow-unfoldable {
120-
// ~ [data-coreui-reliant="sidebar"] {
121-
// margin-left: $sidebar-narrow-width;
122-
// }
123-
// }
124-
// }
125-
// }
126-
// }
127-
// &.sidebar-end {
128-
// margin-right: 0;
129-
// @include media-breakpoint-up($mobile-breakpoint) {
130-
// &.sidebar-fixed {
131-
// &.sidebar-narrow,
132-
// &.sidebar-narrow-unfoldable {
133-
// ~ [data-coreui-reliant="sidebar"] {
134-
// margin-right: $sidebar-narrow-width;
135-
// }
136-
// }
137-
// }
138-
// }
139-
// }
140-
// }
141-
// }
142-
// }

0 commit comments

Comments
 (0)