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

PostCSS plugin to wrap css rules in a namespace

Results 3 postcss-wrap issues
Sort by recently updated
recently updated
newest added

like this ```javascript postcsswrap({ selector: '.wrap', skip: ({ filePath, selector }) => /src\/nowrap/.test(filePath) }) ```

In a universal app, we want to use `postcss-wrap` also on the client-side with Webpack. Unfortunately, our build fails with `Critical dependencies` warnings caused by [this issue](https://github.com/Marak/colors.js/issues/137) with the `colors`...

Hi, I was very happy to find your plugin—it's great. One blocker for me is that I'm importing / using library stylesheets that assume they can apply rules to `html`...