diff options
| author | XhmikosR <[email protected]> | 2020-06-23 13:07:58 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-09-15 11:57:36 +0300 |
| commit | 4d6dd313792f9dcb0c61c5722555ff59d5fff288 (patch) | |
| tree | 863fe6f1ccf390b7eecd6ccc459d135b1737ad4e /scss | |
| parent | 400b8a6754023365c9fe4816cd7026bf556af7b2 (diff) | |
| download | bootstrap-4d6dd313792f9dcb0c61c5722555ff59d5fff288.tar.xz bootstrap-4d6dd313792f9dcb0c61c5722555ff59d5fff288.zip | |
Update Stylelint rules
Enable `scss/selector-no-union-class-name`
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_navbar.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 01d827ff7..607c3170c 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -155,6 +155,7 @@ $next: breakpoint-next($breakpoint, $grid-breakpoints); $infix: breakpoint-infix($next, $grid-breakpoints); + // stylelint-disable-next-line scss/selector-no-union-class-name &#{$infix} { @include media-breakpoint-up($next) { flex-wrap: nowrap; |
