Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

css modules className with -- #153

Open
gabrielbs opened this issue Aug 11, 2018 · 0 comments
Open

css modules className with -- #153

gabrielbs opened this issue Aug 11, 2018 · 0 comments

Comments

@gabrielbs
Copy link

Why CSS Modules are generating classNames with -- on the end?

example:

I'm using this pattern:
REACT_APP_CSS_MODULE_CLASSNAME_TEMPLATE = '[path]-[hash:base64:5]';

And the generated class always has a -- on the end, like this:

.box { }

generates

{ box: "_36lIp-box--" } (always with --)

Someone has any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant