egoist / egoist/rollup-plugin-postcss
style inject false is not respected
Open
- Dominant language
- JavaScript
- Stars
- 689
- Forks
- 210
- PR merge metrics
- No merged PRs in 30d
Description
I'm seeting my options like this:
```
const postcssPlugin = postcss({
inject: false,
extract: false,
autoModules: true,
plugins: [autoprefixer],
use: {
less: {
javascriptEnabled: true,
},
},
});
```
But I can still see the `styleInject` in the code.
Am I missing something?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.