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

import named className doesn't work #91

Open
hualu00 opened this issue May 31, 2018 · 3 comments
Open

import named className doesn't work #91

hualu00 opened this issue May 31, 2018 · 3 comments

Comments

@hualu00
Copy link

hualu00 commented May 31, 2018

Bellowing doesn't work:

import { className } from './xxx.modules.css';  

However this works:

import styles from './xxx.modules.css';  
const {className} = styles;  
@yurigodke
Copy link

I resolved this problem, but I couldn't push my branch to create a Pull Request @michalkvasnicak

@michalkvasnicak
Copy link
Owner

@yurigodke just create a fork of this repository and push your branch to it, then create a pull request 🙂

@yurigodke
Copy link

I create this Pull Request #101 to resolve this problem

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

3 participants