mirror of https://github.com/twbs/bootstrap.git
Use double quotes in `.stylelintrc` (#29709)
This commit is contained in:
parent
db87297afb
commit
a65d066530
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue