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:
committed by
XhmikosR
parent
db87297afb
commit
a65d066530
+2
-2
@@ -12,10 +12,10 @@
|
||||
"transition"
|
||||
],
|
||||
"function-blacklist": ["calc"],
|
||||
'scss/dollar-variable-default': [
|
||||
"scss/dollar-variable-default": [
|
||||
true,
|
||||
{
|
||||
'ignore': 'local'
|
||||
"ignore": "local"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user