In StyleX, how to style a body?
The body element that stays outside any React component, is usually styled using useEffect
, but I can't figure out how to actually use that in StyleX.
There's nothing in the [documentation] about it (searched for "body" keyword).