2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Stylelint: remove redundant inline suppressions

This commit is contained in:
XhmikosR
2020-06-12 12:58:43 +03:00
parent 242f75cd1f
commit 7de8582657
3 changed files with 5 additions and 15 deletions
-1
View File
@@ -182,7 +182,6 @@
// Place margin between footer elements
// This solution is far from ideal because of the universal selector usage,
// but is needed to fix https://github.com/twbs/bootstrap/issues/24800
// stylelint-disable-next-line selector-max-universal
> * {
margin: $modal-footer-margin-between / 2;
}