next-css-modules-bug

Reproduction of a bug with CSS modules in Next.js where a package's CSS cannot be overridden by a page's CSS.

See page.tsx in site which showcases the bug where the page CSS styles.padding does not get applied`.

Development

pnpm install
pnpm dev