2017-10-02 23:34:56 -04:00
|
|
|
{
|
2018-10-15 05:24:53 -04:00
|
|
|
"extends": [
|
2019-01-10 08:56:54 -05:00
|
|
|
"stylelint-config-twbs-bootstrap/scss"
|
2019-01-24 14:25:49 -05:00
|
|
|
],
|
|
|
|
"rules": {
|
2021-01-13 03:52:41 -05:00
|
|
|
"declaration-property-value-disallowed-list": {
|
|
|
|
"border": "none",
|
|
|
|
"outline": "none"
|
|
|
|
},
|
2020-09-28 07:57:48 -04:00
|
|
|
"function-disallowed-list": [
|
2020-10-13 03:58:06 -04:00
|
|
|
"calc",
|
|
|
|
"lighten",
|
|
|
|
"darken"
|
2020-06-23 06:07:58 -04:00
|
|
|
],
|
2020-09-28 07:57:48 -04:00
|
|
|
"property-disallowed-list": [
|
2019-01-24 14:25:49 -05:00
|
|
|
"border-radius",
|
|
|
|
"border-top-left-radius",
|
|
|
|
"border-top-right-radius",
|
|
|
|
"border-bottom-right-radius",
|
|
|
|
"border-bottom-left-radius",
|
|
|
|
"transition"
|
2019-10-30 03:57:09 -04:00
|
|
|
],
|
2019-11-22 04:00:25 -05:00
|
|
|
"scss/dollar-variable-default": [
|
2019-10-31 04:56:10 -04:00
|
|
|
true,
|
|
|
|
{
|
2019-11-22 04:00:25 -05:00
|
|
|
"ignore": "local"
|
2019-10-31 04:56:10 -04:00
|
|
|
}
|
2020-06-23 06:07:58 -04:00
|
|
|
],
|
|
|
|
"scss/selector-no-union-class-name": true
|
2019-01-24 14:25:49 -05:00
|
|
|
}
|
2017-10-02 23:34:56 -04:00
|
|
|
}
|