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