1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +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

@@ -155,7 +155,7 @@ select.form-control {
@include border-radius($input-border-radius-lg);
}
// stylelint-disable no-duplicate-selectors
// stylelint-disable-next-line no-duplicate-selectors
select.form-control {
&[size],
&[multiple] {
@@ -163,10 +163,10 @@ select.form-control {
}
}
// stylelint-disable-next-line no-duplicate-selectors
textarea.form-control {
height: auto;
}
// stylelint-enable no-duplicate-selectors
// Form groups
//