rollup-plugin-postcss icon indicating copy to clipboard operation
rollup-plugin-postcss copied to clipboard

Seamless integration between Rollup and PostCSS.

Results 142 rollup-plugin-postcss issues
Sort by recently updated
recently updated
newest added

Apologies if this is more of a usage question than a bug, I have posted [here at Stackoverflow](https://stackoverflow.com/questions/67992169/esm-library-generated-with-rollup-plugin-postcss-throws-cannot-find-module-n). We are maintaining an internal library which is exporting ESM modules using...

I'd like to be able to inject the css but also extract it to a css file. This way our component library css can be used in web components but...

Hi everyone, I have a problem with postCSS: **it works with `extract: true` and not with `extract: false; inject:true`** Here is my `rollup.config.js` ``` import commonjs from "@rollup/plugin-commonjs" import peerDepsExternal...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Hello! Thank you for your work. I'd like to use this library with root imports like this: ```css import '/utils.scss'; ``` I can do that in TypeScript and in Rollup...

Our requirement is to generate a single css file from our .scss files without mangling of the css class names, but also to be able to use CSS Modules in...

Thanks to @danlevy1's fix, it's not possible to do tree-shaking with postcss. It's tested, but feel free to validate it. 😊 Reference to the issue: https://github.com/egoist/rollup-plugin-postcss/issues/293#issuecomment-789398282

Hi there, i'm trying to create a component library with sass for styling so i have src/scss/variables,mixins etc. but when i run the build command i get this error message:...

Now, plugin calls styleInject without additional properties. Could you fix it? What i see in rollup-plugin-postcss.cjs.js: `if (!shouldExtract && shouldInject) { output += '\nimport styleInject from '${styleInjectPath}';\nstyleInject(css${Object.keys(options.inject).length > 0 ?...

We tried option provided by the ```inject``` option but it did't add the nonce value at run time.