Thomas Hoffmann

Results 7 issues of Thomas Hoffmann

Different behaviour in LESS and LESS4J, see following example: **CODE** ``` .test { .test-base(arg1; arg2; arg3); } .test-base(...) { .test-1(@arguments); .test-2(@arguments); .test-3(@arguments); .test-4(@arguments); } // Extract from @arguments passed in...

bug
Medium Priority

Scope inheritance in LESS4J is not working as intended in LESS. Basically, child mixins inherit global scope OR parent scope before any operations on variables take place. **Simple example** In...

bug
High Priority

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...

bug
Less Language Feature

I'm running into an issue where I can't detect when a value has been set as just 0 (no units). The code I am trying to use looks like this:...

bug

This is maybe more of a feature request than an issue since Node LESS has the same behaviour, but this is really annoying, useless behaviour and it would be great...

I've been trying to get code coverage working for the last few days using the fragments of documentation I can find throughout the Cypress offical site and code repos... App...