1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

Cleanup stylelint comments

This commit is contained in:
Martijn Cuppens
2018-10-22 20:57:09 +02:00
committed by XhmikosR
parent 807e8fe4a2
commit d0b7eb1111
5 changed files with 8 additions and 15 deletions

View File

@@ -105,7 +105,7 @@
}
// When enabled Popper.js, reset basic dropdown position
// stylelint-disable no-duplicate-selectors
// stylelint-disable-next-line no-duplicate-selectors
.dropdown-menu {
&[x-placement^="top"],
&[x-placement^="right"],
@@ -115,7 +115,6 @@
bottom: auto;
}
}
// stylelint-enable no-duplicate-selectors
// Dividers (basically an `<hr>`) within the dropdown
.dropdown-divider {