egoist / egoist/rollup-plugin-postcss

Using tailwind is resulting in an endless build loop

Open
#414 0 comments 6 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
689
Forks
210
PR merge metrics
No merged PRs in 30d

Description

Adding tailwind as a plugin is resulting in rollup keep rebuilding and rebuilding

```
postcss({
inject: true,
minimize: true,
plugins: [
new tailwindcss({
content: ['./*.{js,jsx,ts,tsx}'],
theme: {
extend: {},
},
variants: {},
plugins: [],
}),
new autoprefixer(),
]
}),
```

The output is correct, it just for some reason keeps detecting the new built as changed and rebuilds again

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.