-
-
Notifications
You must be signed in to change notification settings - Fork 608
"class-1" classes not working #109
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
Comments
Do you use the lastest css-loader version? |
Yeah, I'm using 0.15.4. |
cannot reproduce it... Try to |
this is my css loader conf loader: 'style-loader!css-loader?sourceMap&modules&importLoaders=1&localIdentName=[name]--[local]--[hash:base64:5]!postcss-loader' |
sokra
added a commit
that referenced
this issue
Jul 18, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have some classes (class-1, class-10) which are not working when the hash is applied.
It doest work without the [hash] option in the identLocalName and you just use [name]__[local].
Ex: the class is "bar-1".
The class name after being parsed is FilterResults-local__bar__2ObzC-1
The "-1" is appended to the end of the class name so it doesnt apply any styles.
The text was updated successfully, but these errors were encountered: