Replies: 1 comment 2 replies
-
I think you can already do that, to create styles without hashes my understanding is you use the global api |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
vanilla-extract (VE) as a TypeScript-based preprocessor for CSS is an awesome idea that offers numerous benefits. However I'm not sure why does it only allow produce styles in the form of CSS modules? Specifically, why is it not possible to produce styles without hashes?
I imagine that by giving an config option to disable hashes, VE could greatly benefit in terms of adoption, e.g by being able to be integrated into environments where nowadays people use SCSS, LESS, or PostCSS. CSS frameworks like Bootstrap could gradually migrate from SCSS to VE providing same set of CSS classes.
Are there any plans to make VE to produce CSS without hashes?
I'm keen to contribute, but I would love to hear the sentiment of the community regarding this feature.
cc @mattcompiles @markdalgleish
Beta Was this translation helpful? Give feedback.
All reactions