octfx / mediawiki-extensions-TemplateStylesExtender

Extends TemplateStyles with new selectors and matchers.
https://mediawiki.org/wiki/Extension:TemplateStylesExtender
GNU General Public License v2.0
6 stars 2 forks source link

Support variables inside `rgba()` #12

Closed alex4401 closed 9 months ago

alex4401 commented 11 months ago

This would allow cases such as:

  background: rgba(var(--content-border-color--rgb), 0.9);