* Added deprecation warnings
* Remove warning about combinator
* Switch to PNPM
* Update local dependencies
* Remove inner dist folder
* Create symbolic link to dist folder
* Flip dist folders
* Create symbolic link in root
* Add contributors
* 👥 Add @matthew-dean as a contributor
* 👥 Add @cloudhead as a contributor
* 👥 Add @lukeapage as a contributor
* 👥 Add @seven-phases-max as a contributor
* 👥 Add @iChenLei as a contributor
* 👥 Add @puckowski as a contributor
* Add more contributors
* Finish deprecation warnings
* Resolve deletions and such
* Fix symbolic link
* Update ci.yml to use PNPM
* Update ci.yml to use PNPM
* Refine CI versions
* Fix node printed version
* Better fix for #4258 and #4292
* Re-enable other tests
* fix(issue:4211) parse entities for comma list
parse the correct entities for a comma separated list so that all URLs are
rewritten correctly.
* fix(issue #4235) style must not have space
fixes issue #4235 where container query style would have invalid space
after keyword
* fix(issue:3766) add support for container queries
* Add support for CSS Container Queries
* Add tests for CSS Container Queries
* feat(media-queries-level-4) update media query
* Add support for Media Queries Level 4.
* Add tests for Media Queries Level 4.
* fix(mq-4 regex) fix regex for media queries
* Fix regex used for Media Queries Level 4 syntax parsing.
* fix(media-query-syntax) fix parsing of invalid CSS
* Fix parsing of invalid CSS for media queries to be consistent with
Less.js version 4.1.3 handling.
* Remove math=strict-legacy, set default=parens-division
* Support for comma-less color functions
* Require parens after mixin call
* Output invalid JS functions in CSS
* Escape parens and revert pass-through function errors
* Remove ieCompat option
* Remove non-performant class pattern
* Add isdefined() function
* Cleanup NPM and git included files
* Compile Rollup.js on the fly for Node 6 compatibility
* Remove Node 6 from Travis because it never works
* Add note about Node 6 deprecation