Tailwind
Using Tailwind
Turn it on, apply classes, and manage pseudo-states.
Tailwind is turned on in Settings, and an editing mode lets you type classes onto a block while you build.
- Apply classes by typing them onto the block, the same utility names you know from Tailwind.
- Pseudo-states like hover and focus work through Tailwind's prefixes, so a
hover:class behaves as expected. - Copy and paste classes between blocks to reuse a set quickly.
Tailwind classes and Slowly's design panel can be mixed on the same block. The design panel is still there for anything you would rather set visually.