2017-10-03 05:34:56 +02:00
|
|
|
{
|
2018-10-15 11:24:53 +02:00
|
|
|
"extends": [
|
2021-12-14 08:51:31 +01:00
|
|
|
"stylelint-config-twbs-bootstrap"
|
2019-01-24 20:25:49 +01:00
|
|
|
],
|
|
|
|
"rules": {
|
2021-01-13 09:52:41 +01:00
|
|
|
"declaration-property-value-disallowed-list": {
|
|
|
|
"border": "none",
|
|
|
|
"outline": "none"
|
|
|
|
},
|
2020-09-28 13:57:48 +02:00
|
|
|
"function-disallowed-list": [
|
2020-10-13 09:58:06 +02:00
|
|
|
"calc",
|
|
|
|
"lighten",
|
|
|
|
"darken"
|
2020-06-23 12:07:58 +02:00
|
|
|
],
|
2020-09-28 13:57:48 +02:00
|
|
|
"property-disallowed-list": [
|
2019-01-24 20:25:49 +01: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 12:07:58 +02:00
|
|
|
],
|
|
|
|
"scss/selector-no-union-class-name": true
|
2019-01-24 20:25:49 +01:00
|
|
|
}
|
2017-10-03 05:34:56 +02:00
|
|
|
}
|