why some props generate to html ? #535
-
with |
Beta Was this translation helpful? Give feedback.
Answered by
ben-rogerson
Sep 14, 2021
Replies: 1 comment
-
That's how the css-in-js library works under the hood (not a twin thing). If you're after more info on how it works you can read up here. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
liyefox
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's how the css-in-js library works under the hood (not a twin thing).
Generally, it will hash your style set, add it to a className and move the styles into the head.
If you're after more info on how it works you can read up here.