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

Support for var inside transition #15

Closed OfficialCRUGG closed 11 months ago

OfficialCRUGG commented 1 year ago

Using this extension, I am able to use

transition: all; 
transition-duration: var(--transition-duration);

but not

transition: all var(--transition-duration);
octfx commented 1 year ago

Are you using the master or develop branch?

Your second example works for me using the current develop commit b6a62fbfb52184c6f89b27750c1ed099995ed7eb