We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bellowing doesn't work:
import { className } from './xxx.modules.css';
However this works:
import styles from './xxx.modules.css'; const {className} = styles;
The text was updated successfully, but these errors were encountered:
I resolved this problem, but I couldn't push my branch to create a Pull Request @michalkvasnicak
Sorry, something went wrong.
@yurigodke just create a fork of this repository and push your branch to it, then create a pull request 🙂
I create this Pull Request #101 to resolve this problem
No branches or pull requests
Bellowing doesn't work:
However this works:
The text was updated successfully, but these errors were encountered: