1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05: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"
}
]
}