postcss-extend-rule icon indicating copy to clipboard operation
postcss-extend-rule copied to clipboard

Use the @extend at-rule and functional selectors in CSS

Results 4 postcss-extend-rule issues
Sort by recently updated
recently updated
newest added

This is just a notice that this plugin is mostly unmaintained. This means that there's no one actively developing new features or fixes for it. While I see this plugin...

Using `postcss-extend-rule` and `postcss-nesting` together but coming across an issue where `@extend` definitions nested media queries are being stripped. ``` .foo { color: red } .bar { color: blue; @media...

```css %foo { right: 0; } %bar { left: 0; } .baz { @extend %foo; @extend %bar; } ``` Worked in 2.0.0, but doesn't generate correctly on 3.0.0.

Hello, To ensure both parties see this, we wrote this in-depth here: https://github.com/postcss/postcss-nested/issues/139. However, for the sake of continuity I have pasted the same contents below in case this is...