Can vanilla-extract export plain CSS files (from multiple entries)? #1179
Replies: 1 comment 1 reply
-
I guess we cannot. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
With SASS I usually use this structure:
With any files that don't start with
_
is entry files. And the result of compiling is 3 CSS files. Can I do the same thing on vanilla-extract? Also, my CSS will be used by HTML generated by PHP so there is no way I can guess all the hash class, can I disable it as well?Beta Was this translation helpful? Give feedback.
All reactions