Closed OfficialCRUGG closed 11 months ago
Using this extension, I am able to use
transition: all; transition-duration: var(--transition-duration);
but not
transition: all var(--transition-duration);
Are you using the master or develop branch?
Your second example works for me using the current develop commit b6a62fbfb52184c6f89b27750c1ed099995ed7eb
Using this extension, I am able to use
but not