264: Inline CSS Custom Properties and Handy Dandy Tools
[Robin]: Let’s say you need some margin and padding utility classes. In Tailwind, for example, you’d write some HTML like this:
<div class="pt-6"...</div
This sets the padding-top
CSS property to 6
in the scale. 1
is less …