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:
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…
x
Reference in New Issue
Block a user