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
Using the ampersand to create an anonymous scope within a selector in LESS4J creates duplicate selectors in the CSS output, where in Node LESS, the output is still grouped under a single selector. Duplication causes larger compiled files and seems to take more time to compile as well... could be an issue with how LESS4J handles scope?
Using the ampersand to create an anonymous scope within a selector in LESS4J creates duplicate selectors in the CSS output, where in Node LESS, the output is still grouped under a single selector. Duplication causes larger compiled files and seems to take more time to compile as well... could be an issue with how LESS4J handles scope?
Simple example:
Compilation result:
The text was updated successfully, but these errors were encountered: