playcanvas / pcui

UI component library for web-based tools
http://playcanvas.github.io/pcui
MIT License
664 stars 62 forks source link

Use modern notation for CSS color functions #269

Closed willeastcott closed 1 year ago

willeastcott commented 1 year ago

Enable Stylelint rule color-function-notation. This notation currently has 92.88% coverage.

Note that our CSS was using rgba which itself is considered legacy:

Note: The legacy rgba() syntax is an alias for rgb(), accepting the same parameters and behaving in the same way.