We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
:export {}
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
Describe the bug when css modules use :export {} is not work
To Reproduce
.foo { } :export { bar: 'xxx' }
it's not work, get let styles: {}
let styles: {}
Expected behavior
let styles: { foo: string, bar: string }
sorry, my English is poor, hope to understand :)
The text was updated successfully, but these errors were encountered:
sorry, its same problem #126
Sorry, something went wrong.
Thanks for the updates :)
No branches or pull requests
Describe the bug
when css modules use
:export {}
is not workTo Reproduce
it's not work, get
let styles: {}
Expected behavior
sorry, my English is poor, hope to understand :)
The text was updated successfully, but these errors were encountered: