Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2018-10-22 21:57:09 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-10-23 00:21:33 +0300
commitd0b7eb1111c7b3c3b6f1291b5e553404ecac1c3a (patch)
tree592d6bd6a99eda267944c53a6691dbb9f33bf6a8 /scss/_dropdown.scss
parent807e8fe4a2d955503425ec6f20fa000228089453 (diff)
Cleanup stylelint comments
Diffstat (limited to 'scss/_dropdown.scss')
-rw-r--r--scss/_dropdown.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss
index 3ec5a34e4c..eafce8d0b4 100644
--- a/scss/_dropdown.scss
+++ b/scss/_dropdown.scss
@@ -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 {