MM-63950 replace --denim- variables (#30925)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
fbf105f6ef
Коммит
b6401d9042
@@ -23,6 +23,19 @@
|
||||
"ignore": ["comments"]
|
||||
}
|
||||
],
|
||||
"declaration-property-value-disallowed-list": [
|
||||
{
|
||||
"color": ["/--denim-button-bg/"],
|
||||
"background-color": ["/--denim-button-bg/"],
|
||||
"border-color": ["/--denim-button-bg/"],
|
||||
"background": ["/--denim-button-bg/"],
|
||||
"border": ["/--denim-button-bg/"],
|
||||
"fill": ["/--denim-button-bg/"]
|
||||
},
|
||||
{
|
||||
"message": "The --denim-button-bg and --denim-button-bg-rgb variables are deprecated. Please use --button-bg or --button-bg-rgb instead."
|
||||
}
|
||||
],
|
||||
"scss/load-no-partial-leading-underscore": null,
|
||||
"scss/at-extend-no-missing-placeholder": null
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user