You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CSS Blocks will generate globally unique class names for your entire application, so with a typical app build you should run in to repeated identifiers.
However, we do have more ident generation features to add: linkedin/opticss#18
It sounds like you'd like the concept of an ident "namespace" or prefix to help in these use cases. Lets open the issue up in the OptiCSS repo and move discussion there – when the feature is added there it will also be made available to CSS Blocks proper through the optimization config passed through to OptiCSS 🙂
How it's work in css-loader https://github.com/webpack-contrib/css-loader
localIdentName: '${moduleId}[hash:base64:3][name]'
My problem - on page have multi modules with differnt time build. Just indent like
A
,B
will be repead and will be conflictThe text was updated successfully, but these errors were encountered: