* Installing dart-sass
* Moving css compiling to separate file
* Removing node version
* Create polite-mayflies-refuse.md
* Don't compile support files
* Fix test to not check support
* Create olive-ants-kick.md
* Updating deprecations.js file to be more straightforward
* Create poor-coins-fix.md
* Remove tests
* Adding more info about the deprecation to the doc
* Title section
* Moving data to deprecations.json
* Moving data to deprecations.json
* Lint only scss files
* Set package as being a ES module package
* Set `engines` key to node versions that support ES modules
* Rename postcss config to a CommonJS extension
* Use import and export statements
* Import the default globby export
* Set stylelint config files as CommonJS files
* Convert prettier config to a CommonJS module
* Set a root ESLint config folder
* silence non-error output for dist
* export esm for stats modules
* Convert bundle size report
* Create strong-lemons-ring.md
Co-authored-by: Jon Rohan <yes@jonrohan.codes>
Since we currently have a lot of old variables aliased to the new CSS
color variables, I modified the variable analysis function to skip any
variable with a computed value that is a CSS variable (i.e. matches
the regex `/^var\(--.*\)/`).