postcss-plugins
postcss-plugins copied to clipboard
PostCSS Tools and Plugins
Is there a recommended PostCSS plugin or method to allow the use of node_module paths in the `@design-tokens` rule? Example: ```css @design-tokens url('@org/module-name/dist/json/tokens.json') format('style-dictionary3'); ```
see : https://github.com/csstools/postcss-plugins/milestones
### What would you want to propose? I would love added support for the upcoming [variable units](https://drafts.csswg.org/css-variables-2/#variable-units) syntax. ```css :host { --hem: 1em; } .wrapper { width: 20--hem; } ```...
- [x] remove `importFrom` / `exportTo` - [ ] changelogs / docs - [ ] ...
### What would you want to propose? I'd really like a plugin to support the gap property for flexbox. It's the 4th most searched feature on https://caniuse.com I am aware...
see : https://cssdb.org/#float-clear-logical-values This sub feature has very different browser support than the rest of the plugin and wasn't previously tracked via cssdb. Might need to be a separate plugin.
I think this behaviour is largely undefined at the moment but declaring custom selectors and custom media inside `@layer` does not work. Should it work?
This plugin is no longer a part of `postcss-preset-env`. Are there any changes needed on the README to reflect that the way the plugin works is non-standard? Maybe nothing needs...
Candidates : _because I keep forgetting things_ - logical - media query ranges (is external plugin) - ~~https://github.com/csstools/postcss-transform-shortcut (ships in Chrome 104)~~ - remove node 12 (done) - support `Document`...
PostCSS guidelines are specific on how plugins should throw : https://github.com/postcss/postcss/blob/main/docs/guidelines/plugin.md#41-use-nodeerror-on-css-relevant-errors I noticed in at least one plugin that there was the option to make a plugin throw instead of...