You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2022. It is now read-only.
In Vaadin 8.13.0.beta1, variables that are used outside a mixin do not get properly compiled.
To reproduce, compile the following:
The expected behavior is that the CSS should have
$custom-value
translated to500px
.However, in reality, the CSS includes a faulty
$custom-value)
The text was updated successfully, but these errors were encountered: