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

Switch to our Stylelint config. (#27974)

This commit is contained in:
XhmikosR
2019-01-05 20:59:44 +02:00
committed by GitHub
parent f21b5f9e98
commit d1067d7c35
4 changed files with 17 additions and 330 deletions

View File

@@ -1,5 +1,7 @@
{
"extends": "../../../../.stylelintrc",
"extends": [
"stylelint-config-bootstrap/css"
],
"rules": {
"at-rule-no-vendor-prefix": null,
"comment-empty-line-before": null,