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
I'm using the less plugin for the play framework, which has lesscss-engine-1.0.43.jar as a dependency. This version translates, e.g., the code "@var: 4px; div { width: -@var; }" to "div { width: - 4px; }" which seems to be invalid less code (there should be no space between the minus sign and the number).
The text was updated successfully, but these errors were encountered:
To be honest, I have tried to use the latest version yesterday but I couldn't get a working setup with eclipse+maven at all, because I never used maven before. If I find some time in the next days, I'll try it again.
However, the latest less compiler (intalled through npm) compiles everything correctly.
Hi,
I'm using the less plugin for the play framework, which has lesscss-engine-1.0.43.jar as a dependency. This version translates, e.g., the code "@var: 4px; div { width: -@var; }" to "div { width: - 4px; }" which seems to be invalid less code (there should be no space between the minus sign and the number).
The text was updated successfully, but these errors were encountered: