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 3 forks source link

Add support for CSS variable in border shorthand #4

Closed alistair3149 closed 1 year ago

alistair3149 commented 2 years ago

Right now you can't use CSS variable as border-color inside the border shorthand. (border: 1px solid var( --border-color-base );

Although you can bypass it by setting border-color: var( --border-color-base ); separately, it's not urgent but a nice to have.

octfx commented 1 year ago

This should work