postcss-plugins icon indicating copy to clipboard operation
postcss-plugins copied to clipboard

PostCSS Tools and Plugins

Results 62 postcss-plugins issues
Sort by recently updated
recently updated
newest added

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

plugins/postcss-dir-pseudo-class
plugins/css-has-pseudo
plugins/postcss-env-function
plugins/postcss-double-position-gradients
plugins/postcss-color-functional-notation
plugins/css-blank-pseudo
plugins/postcss-focus-within
plugins/postcss-pseudo-class-any-link
plugins/postcss-attribute-case-insensitive
plugins/postcss-custom-media
plugins/postcss-custom-properties
plugins/postcss-custom-selectors
plugins/postcss-focus-visible
plugins/postcss-gap-properties
plugins/postcss-color-hex-alpha
plugins/postcss-image-set-function
plugins/postcss-lab-function
plugins/postcss-logical
plugins/postcss-nesting
plugins/postcss-selector-not
plugins/postcss-overflow-shorthand
plugins/postcss-place
plugin-packs/postcss-preset-env
plugins/css-prefers-color-scheme
common-tools
cli
experimental
plugins/postcss-is-pseudo-class
plugins/postcss-hwb-function
plugins/postcss-font-format-keywords
plugins/postcss-normalize-display-values
plugins/postcss-color-function
plugins/postcss-progressive-custom-properties
plugins/postcss-oklab-function
plugins/postcss-cascade-layers
plugins/postcss-ic-unit
plugins/postcss-unset-value
plugins/postcss-gradients-interpolation-method
plugins/postcss-stepped-value-functions
plugins/postcss-trigonometric-functions
plugins/postcss-nested-calc
plugins/postcss-text-decoration-shorthand
plugins/postcss-design-tokens
plugins/postcss-color-rebeccapurple
plugins/postcss-extract

### 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; } ```...

feature request
requires browser vendor interest

- [x] remove `importFrom` / `exportTo` - [ ] changelogs / docs - [ ] ...

plugins/postcss-custom-media
plugins/postcss-nesting
plugin-packs/postcss-preset-env
cli
plugins/postcss-cascade-layers

### 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...

feature request

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.

plugins/postcss-logical

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?

plugins/postcss-custom-media
plugins/postcss-custom-selectors
interop
plugins/postcss-cascade-layers

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...

plugins/postcss-env-function

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`...

plugin-packs/postcss-preset-env

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...

bug