0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01: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"
],
"function-blacklist": ["calc"],
'scss/dollar-variable-default': [
"scss/dollar-variable-default": [
true,
{
'ignore': 'local'
"ignore": "local"
}
]
}