lightningcss
lightningcss copied to clipboard
fix(css-modules): Do not transform the container name in CSS Modules
Related: https://github.com/vercel/next.js/issues/71233
Webpack css-loader does not transpile @container
Hashing container names is intentional. I think webpack just never updated to support newer css features. Do the options added in #739 help here, or do we need to add a new one?
I added an option instead 👍
I think this should already be covered by the custom_idents option, but I guess we can have a more granular option like animation too.