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 Jan 9, 2019. It is now read-only.
If the CSS background shorthand property is used and includes position and size values lesscss-java throws a ClassCastException:
for example - background: url(@url_var) top / cover no-repeat;
output shows: java.lang.ClassCastException: org.mozilla.javascript.ConsString cannot be cast to java.lang.String at org.lesscss.LessCompiler.compile(LessCompiler.java:251)
The text was updated successfully, but these errors were encountered:
Caused by: java.lang.ClassCastException: org.mozilla.javascript.ConsString cannot be cast to java.lang.String
at org.lesscss.LessCompiler.compile(LessCompiler.java:251)
at org.lesscss.LessCompiler.compile(LessCompiler.java:302)
If the CSS background shorthand property is used and includes position and size values lesscss-java throws a ClassCastException:
for example -
background: url(@url_var) top / cover no-repeat;
output shows:
java.lang.ClassCastException: org.mozilla.javascript.ConsString cannot be cast to java.lang.String at org.lesscss.LessCompiler.compile(LessCompiler.java:251)
The text was updated successfully, but these errors were encountered: