[15:48:40] pmiazga: Looks like the permissive parsing also implemented this feature request: https://github.com/wikimedia/less.php/issues/105 [15:50:08] nice, the permissive parse might make more less stuff parse - even if feature is unknown [15:50:47] for example the permissive parse made code that used namespace values parse properly - the feature wasn't implemented but it didn't fail with syntax. [15:51:31] I assume that now, there will be cases that if we don't support but the CSS supports it -> it may work as the parser will just output some parts of less untouched (one it couldn't parse) [16:01:05] Yeah, that's the idea. Most CSS features are not part of Less.js anymore, they just work transparently.