postcss-jit-props
postcss-jit-props copied to clipboard
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.
- [ ] should check if `:root` is in the stylesheet already or not - [ ] should check if that existing `:root` has props already before injecting ```css :root...
the `:root` scope is "not pure" so the output doesn't work. could be solved if #1 was completed and `:global` could be specified.
I have this working entirely except the one thing it is breaking is my local @fontface fonts. I am using: - @import rules for buttons, normalize - postcss.config for jitprops(and...
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.15.4 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Hello! When processing a source file which only contains at-rules, the plugin breaks. From my error code and brief skim, it seems to occur from Line 123 of `index.js`. The...
Hi. This PR is an attempt to resolve issue #16. Currently, it merges :root rules in the OnceExit listener when all mutations are completed. However, I'm concerned that this solution...
see https://github.com/argyleink/open-props/issues/315
I added `postcss-jit-props` with OpenProps to a SvelteKit app with this `postcss.config.js` and it seems to work fine: ```js:postcss.config.js import postcssJitProps from 'postcss-jit-props'; import OpenProps from 'open-props'; import autoprefixer from...
Bumps [ws](https://github.com/websockets/ws) from 7.5.5 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). 7.5.9 Bug fixes Backported bc8bd34e to the...