When using CSS Modules mode is it possible to get the CSS declarations for each export? #631
Unanswered
brynshanahan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd love to generate a new css file for each className and then only include that CSS file when the className is referenced in the JS source but I would need a way to separate the css based on the exports, is that possible currently?
ie a
.code
and.map
property on each export would be amazingBeta Was this translation helpful? Give feedback.
All reactions