mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 00:59:51 +02:00
Update stylelint-config-twbs-bootstrap to 0.9.0 (#29612)
* Update stylelint-config-twbs-bootstrap to 0.9.0 * Add `scss/dollar-variable-default` rule This rule was removed from `stylelint-config-twbs-bootstrap` (https://github.com/twbs/stylelint-config-twbs-bootstrap/pull/27) in favour to add it here.
This commit is contained in:
committed by
XhmikosR
parent
08ba61e276
commit
f2483febb6
@@ -11,6 +11,12 @@
|
||||
"border-bottom-left-radius",
|
||||
"transition"
|
||||
],
|
||||
"function-blacklist": ["calc"]
|
||||
"function-blacklist": ["calc"],
|
||||
'scss/dollar-variable-default': [
|
||||
true,
|
||||
{
|
||||
'ignore': 'local'
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user