2017-10-03 11:34:56 +08:00
|
|
|
{
|
2018-10-15 17:24:53 +08:00
|
|
|
"extends": [
|
2021-12-14 15:40:42 +08:00
|
|
|
"stylelint-config-twbs-bootstrap"
|
2019-01-25 03:25:49 +08:00
|
|
|
],
|
|
|
|
|
"rules": {
|
2021-01-13 16:52:41 +08:00
|
|
|
"declaration-property-value-disallowed-list": {
|
|
|
|
|
"border": "none",
|
|
|
|
|
"outline": "none"
|
|
|
|
|
},
|
2020-09-27 21:30:48 +08:00
|
|
|
"function-disallowed-list": [
|
|
|
|
|
"calc"
|
|
|
|
|
],
|
|
|
|
|
"property-disallowed-list": [
|
2019-01-25 03:25:49 +08:00
|
|
|
"border-radius",
|
|
|
|
|
"border-top-left-radius",
|
|
|
|
|
"border-top-right-radius",
|
|
|
|
|
"border-bottom-right-radius",
|
|
|
|
|
"border-bottom-left-radius",
|
|
|
|
|
"transition"
|
2020-09-27 21:30:48 +08:00
|
|
|
]
|
2019-01-25 03:25:49 +08:00
|
|
|
}
|
2017-10-03 11:34:56 +08:00
|
|
|
}
|