Customize classNames generated by css modules #1410
MalikBagwala
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
I actually want this as well 😄 . Currently there’s not a way to customize it, as we use the css-modules-loader-core implementation in Snowpack core. But I’m personally more of a fan of the @FredKSchott thoughts on switching? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently css modules generate classNames according to the folder name , filename and class. I wanted it to generate a simpler 8 digit hash instead to make it more maintainable
eg. k7cz35w2 . Is there any way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions