Adam Wathan's Blog · Sep 18, 2020
Composing the Uncomposable with CSS Variables
0Sign in to vote or save
This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Many CSS properties are shorthands for a set of other properties, for example the margin property is a shorthand for setting margin-top , margin-right , margin-bottom , and margin-left all at once. Because the margin property decomposes into those four separate properties, it translates well to a utility class system like Tailwind CSS, where we can create separate utility classes for each…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.