2022-11-28
|~1 min read
|188 words
I wanted to use a CSS property as an input into some javascript recently and so I wondered if it was possible to share the value rather than…
2022-11-28
|~3 min read
|483 words
I keep hearing about CSS variables (or more properly, custom properties), but at work I’ve always used SCSS/SASS. Moreover, the variables…
2022-11-28
|~1 min read
|63 words
Themes are hard. I wrote about them previously here Emotion and Styled-Components aim to address this problem with a theme provider that…