GoogleChromeLabs / postcss-jit-props

A CSS custom property helper based on PostCSS. Supply a pool of variables and this plugin will add them to the stylesheet as they are used.
https://stackblitz.com/edit/jit-open-props?file=postcss.config.js
Apache License 2.0
210 stars 9 forks source link

fixes #12 #13

Closed argyleink closed 2 years ago

argyleink commented 2 years ago

wait until the last second to make a :root {} for putting vars into

argyleink commented 2 years ago

added a new test which verified locally that the bug did exist and then is fixed. i also tested the plugin updates in a test repo where the bug was logged, and the bug is resolved 👍🏻