REM size is declared in SASS, while most of our CSS is written in the component itself using Emotion's css prop. My initial suspicion is that the Emotion styles load first with an assumed REM ratio of 1rem=16px, and we have to wait until the SASS loads to declare its proper size (1rem=10px)
On load:
Later snaps to:
REM size is declared in SASS, while most of our CSS is written in the component itself using Emotion's css prop. My initial suspicion is that the Emotion styles load first with an assumed REM ratio of 1rem=16px, and we have to wait until the SASS loads to declare its proper size (1rem=10px)