I have this rollup configuration
postcss({
extensions: [".css"],
modules: true,
extract: false,
}),
and some of my components are importing a css from a lib
import "slick-carousel/slick/slick.css";
import "slick-carousel/slick/slick-theme.css";
Using modules: true
all the slick-carousel styles are "broken"
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too