1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 13:13:03 +02:00

Enable stylelint's no-duplicate-selectors rule.

This commit is contained in:
XhmikosR
2017-10-04 14:11:00 +03:00
parent 8767338669
commit ebc82db8ef
6 changed files with 18 additions and 18 deletions

View File

@@ -32,7 +32,7 @@
"media-feature-range-operator-space-after": "always",
"media-feature-range-operator-space-before": "never",
"no-descending-specificity": null,
"no-duplicate-selectors": null,
"no-duplicate-selectors": true,
"number-leading-zero": "never",
"order/properties-order": [
"position",