MM-63950 replace --denim- variables (#30925)

Этот коммит содержится в:
Matthew Birtch
2025-05-27 07:55:37 -04:00
коммит произвёл GitHub
родитель fbf105f6ef
Коммит b6401d9042
39 изменённых файлов: 104 добавлений и 110 удалений

Просмотреть файл

@@ -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
}