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-28 14:57:48 +03:00
|
|
|
"function-disallowed-list": [
|
2020-10-13 09:58:06 +02:00
|
|
|
"calc",
|
|
|
|
"lighten",
|
|
|
|
"darken"
|
2020-06-23 13:07:58 +03:00
|
|
|
],
|
2020-09-28 14:57:48 +03:00
|
|
|
"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"
|
2019-10-30 08:57:09 +01:00
|
|
|
],
|
2019-11-22 10:00:25 +01:00
|
|
|
"scss/dollar-variable-default": [
|
2019-10-31 09:56:10 +01:00
|
|
|
true,
|
|
|
|
{
|
2019-11-22 10:00:25 +01:00
|
|
|
"ignore": "local"
|
2019-10-31 09:56:10 +01:00
|
|
|
}
|
2020-06-23 13:07:58 +03:00
|
|
|
],
|
|
|
|
"scss/selector-no-union-class-name": true
|
2019-01-24 21:25:49 +02:00
|
|
|
}
|
2017-10-03 06:34:56 +03:00
|
|
|
}
|