17 lines
332 B
Plaintext
17 lines
332 B
Plaintext
{
|
|
"extends": [
|
|
"stylelint-config-twbs-bootstrap/scss"
|
|
],
|
|
"rules": {
|
|
"property-blacklist": [
|
|
"border-radius",
|
|
"border-top-left-radius",
|
|
"border-top-right-radius",
|
|
"border-bottom-right-radius",
|
|
"border-bottom-left-radius",
|
|
"transition"
|
|
],
|
|
"function-blacklist": ["calc"]
|
|
}
|
|
}
|