-
Notifications
You must be signed in to change notification settings - Fork 16
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
Doesn't support CSS Modules #18
Comments
I haven't played around with CSS Modules much, but it would be good to support it. I can have a look into when I next get a minute, or I'd welcome a PR :) |
Working on it. Wouldn't you mind if I refactor index.js a little bit? |
Great! What did you have in mind? |
I'm going to process css-module styles with postcss+postss-modules to get json object with css classes and inject it into Vue component as computed property. |
Please check out the pull request. |
@es-repo thanks a lot for this! |
You are welcome! |
Unfortunately it doesn't support Vue SFC with CSS Modules. Do you have planes to add this?
The text was updated successfully, but these errors were encountered: