Skip to content

Add gtk_css_parser_warn_deprecated

Matthias Clasen requested to merge css-color-deprecations into main

This will come in handy when we start deprecating our homegrown CSS extensions.

For now, this just warns for uses of @name named colors, since we have custom properties, variables and :root as a replacement.

Note that we don't warn about @define-color, since themes will want to keep using these for a while, for backwards compatibility.

Edited by Matthias Clasen

Merge request reports