rollup-plugin-postcss
rollup-plugin-postcss copied to clipboard
Nextjs support: The server side rendering of components is making it unstyled.
the classes itself are not getting rendered
Hi, I got the exact same problem. Did you succeed the make it works ?
try this: https://stackoverflow.com/questions/77251063/how-to-use-styled-components-with-rollup-and-next-js-css-not-imported
The solution si to put:
use 'client';
At the begining of every of your components file at building. You can succeed this with rollup-banner plugins