postcss-plugins
postcss-plugins copied to clipboard
PostCSS Tools and Plugins
see : https://github.com/csstools/postcss-plugins/pull/527 - `importFrom` and `exportTo` have been removed from this plugin. - a new plugin needs to be created to replace it. - this new plugin would only...
see : https://github.com/csstools/postcss-plugins/pull/527 - `importFrom` and `exportTo` have been removed from this plugin. - a new plugin needs to be created to replace it. - this new plugin would only...
see : https://github.com/csstools/postcss-plugins/pull/527 - `importFrom` and `exportTo` have been removed from this plugin. - a new plugin needs to be created to replace it. - this new plugin would only...
- [ ] `importFrom` and `exportTo` removal - [x] `custom-selectors` needs to use `:is()` like nesting - [ ] `custom-media` has many outstanding issues of which some might require a...
With the semi generated docs this should be a slightly smaller effort. I just need to think how it must work exactly and provide the needed glue code.
Extracting and abstracting color functions to its own package that gets distributed across different plugins instead of being copied over
### What would you want to propose? Add support for the `vb` and `vi` units from the [CSS Values and Units Module Level 4](https://www.w3.org/TR/css-values-4/) spec (the logical equivalents of `vh`...
see : https://developer.chrome.com/blog/media-query-range-syntax/ https://github.com/postcss/postcss-media-minmax We should check that this plugin is spec compliant and doesn't have too many outstanding issues now that Chrome is shipping. @Antonio-Laguna I think you have...
### What would you want to propose? I think that README on [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting) should have some mention of `@nest` and how it should behave since it's not immediately clear and...
For the next major version of `postcss-preset-env` we want to try out a new process. - well defined scope for all changes - release candidates - keeping the current major...