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

### Bug description I would expect transformed compound selectors to work. ### Source CSS ```css .alpha::before { margin-inline-start: 10px; } ``` ### Expected CSS ```css .alpha:dir(ltr)::before { margin-left: 10px }...

The more time I spend here and try to align plugins with their respective specifications the more I notice the harm we can and do cause by moving to fast....

### Bug description Custom properties are not transformed correctly with `postcss-html`, this might be problem with document node support as mentioned in https://github.com/ota-meshi/postcss-html/issues/68 ### Source CSS ```css :root { --blue:...

bug
plugins/postcss-custom-properties

### What would you want to propose? _TODO_ ### Suggested solution _TODO_ ### Additional context - https://github.com/w3c/csswg-drafts/issues/2826 - might be part of `css-values-5` : https://drafts.csswg.org/css-values-5/ ### Validations - [X] Follow...

feature request

### What would you want to propose? Transform scrollbar-color and scrollbar-width defined in https://drafts.csswg.org/css-scrollbars-1/ and supported by Firefox into the Webkit prefixed versions. ### Suggested solution Input ``` * {...

feature request

We should have assurances that plugins we author will work with `postcss-cli`.

- [x] remove custom handling of `noIsPseudoSelector` for `postcss-nesting`. This option is no longer relevant for the latest CSS specification. - [x] https://github.com/csstools/postcss-plugins/pull/1371 - [x] https://github.com/csstools/postcss-plugins/pull/1370 - [ ] ......

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
sites/postcss-preset-env
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
plugins/postcss-scope-pseudo-class
plugins/media-queries-aspect-ratio-number-values
plugins/postcss-logical-viewport-units
plugins/postcss-logical-float-and-clear
plugins/postcss-logical-resize
plugins/postcss-conditional-values
plugins/postcss-global-data
plugins/postcss-color-mix-function
plugins/postcss-media-minmax
plugins/postcss-relative-color-syntax
stylelint-plugin
plugins/postcss-exponential-functions
plugins/postcss-minify
plugins/postcss-rebase-url
plugin-packs/postcss-bundler
plugins/postcss-slow-plugins
plugins/postcss-initial
plugins/postcss-gamut-mapping
plugins/postcss-light-dark-function
plugins/postcss-rewrite-url
plugins/postcss-contrast-color-function
plugins/postcss-browser-comments

### What would you want to propose? I'd like to suggest support for `@scope` * https://drafts.csswg.org/css-cascade-6/#scoped-styles * https://developer.mozilla.org/en-US/docs/Web/CSS/@scope * https://developer.chrome.com/docs/css-ui/at-scope ### Suggested solution This is just an idea, I have...

feature request

`csstree` is extensible and allows users to add and alter the syntax definitions for CSS. This package uses `@webref/css` to construct patches to the `csstree` syntax definition in an automated...

plugin-packs/postcss-preset-env

AOT compilation to native is really interesting for dev tools as those are often downloaded once and then used for a while without any changes. Paying the (high) cost compiling...

common-tools