egoist / egoist/rollup-plugin-postcss

style inject false is not respected

Open
#428 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.