blob: 47dd3e5d9b448bb63e5362756ad9e7a080cf1444 (
plain) (
tree)
|
|
{
"extends": [
"stylelint-config-twbs-bootstrap/scss"
],
"rules": {
"function-disallowed-list": [
"calc"
],
"property-disallowed-list": [
"border-radius",
"border-top-left-radius",
"border-top-right-radius",
"border-bottom-right-radius",
"border-bottom-left-radius",
"transition"
]
}
}
|