-
-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Meaningful local css selector names #2459
Comments
Weird. For example, this was my last build deployed (link may be broken in a few days after next deploy). What do you do to get those classnames? |
It works when I import css and mark it as local. Inside style.css Inside component.jsx
|
We currently don't support CSS Modules and they work accidentally (because we didn't explicitly disable them). I'll close this as a dup. Thanks! |
At the moment local css selector names compiles to meaningless hashes.
For example:
:local .foo{}
compiles to:._15QQawvrl5PrjGf9wGoYAO{}
Would be better if original names were prepended to hashes after compilation.
The text was updated successfully, but these errors were encountered: