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

Use double quotes in .stylelintrc (#29709)

This commit is contained in:
Martijn Cuppens
2019-11-22 10:00:25 +01:00
committed by XhmikosR
parent db87297afb
commit a65d066530

View File

@@ -12,10 +12,10 @@
"transition" "transition"
], ],
"function-blacklist": ["calc"], "function-blacklist": ["calc"],
'scss/dollar-variable-default': [ "scss/dollar-variable-default": [
true, true,
{ {
'ignore': 'local' "ignore": "local"
} }
] ]
} }