2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+2 -2
View File
@@ -12,10 +12,10 @@
"transition"
],
"function-blacklist": ["calc"],
'scss/dollar-variable-default': [
"scss/dollar-variable-default": [
true,
{
'ignore': 'local'
"ignore": "local"
}
]
}