Skip to content

when css modules use :export {} is not work #128

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

Closed
baranwang opened this issue May 26, 2021 · 2 comments
Closed

when css modules use :export {} is not work #128

baranwang opened this issue May 26, 2021 · 2 comments

Comments

@baranwang
Copy link

Describe the bug
when css modules use :export {} is not work

To Reproduce

.foo { }

:export {
 bar: 'xxx'
}

it's not work, get let styles: {}

Expected behavior

let styles: {
 foo: string,
 bar: string
}

sorry, my English is poor, hope to understand :)

@baranwang
Copy link
Author

sorry, its same problem #126

@mrmckeb
Copy link
Owner

mrmckeb commented May 29, 2021

Thanks for the updates :)

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

2 participants