Daniel Puckowski
Daniel Puckowski
You can try the newer ```--quiet``` flag to suppress the deprecation warnings when compiling Less. @Y80
I'll try to take a look at this issue this weekend.
I think I have a fix in https://github.com/less/less.js/pull/4365 If anyone wants to patch their Less parser and confirm the fix corrects the behavior I would appreciate it.
@hostep Thank you for testing!
I have working code for ```@starting-style``` support on top of Less 4.2.1 (4.2.1 is yet to be published to npm) on my machine. I'll get the support into my fork...
Less.js 4.2.1 fork release with support for CSS Container Queries, Media Queries Level 4, starting-style at-rule, and scope at-rule support with all tests passing: https://github.com/puckowski/less.js/releases/tag/4.2.1-container-mq4-tr2-scope-1 I'll likely get around to...
@matthew-dean Thank you for publishing Less.js ```4.2.1```. I do not have access otherwise I would help, but release ```4.2.1``` doesn't look published here on GitHub Releases, just FYI. I know...
PR #4289 should resolve this issue. I'll support any requested revisions until it gets merged.
@jpattishall-ebay PR #4289 does not resolve/address the issue you are describing. Thank you for your comment and for raising that separate issue. I was not previously aware of that issue....
I put together a new PR for this issue with a different approach. See https://github.com/less/less.js/pull/4333