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
Indeed using ~'' does the job, Eclipse doesn't see it as errors ;-)
But in this case, wrapping with simple quotes removes the IDE links. When I click on a less variable used anywhere, I love this link leading to the less variable declaration...
Thanks for your great work.
I don't know if you have still time to work on it, but the CSS custom properties are not validated by the eclipse plugin.
--main-bg-color:@mainBGColor;
=> the double dashes are not recognized as valid during lexical analysisvar(--main-bg-color)
=> this is also not recognized as validBut even if Eclipse considers these to be errors, the code is perfectly compiled by the less compiler.
The text was updated successfully, but these errors were encountered: