mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-28 10:24:19 +01:00
23 lines
458 B
Plaintext
23 lines
458 B
Plaintext
{
|
|
"extends": [
|
|
"stylelint-config-twbs-bootstrap"
|
|
],
|
|
"rules": {
|
|
"declaration-property-value-disallowed-list": {
|
|
"border": "none",
|
|
"outline": "none"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|