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

feat: adds globbing of input-files #20

Closed benbender closed 2 years ago

benbender commented 2 years ago

While I'm at it... Adds file-globbing as described in #17.

closes #17