Documentation Index
Fetch the complete documentation index at: https://docs.subframe.com/llms.txt
Use this file to discover all available pages before exploring further.

Adding custom classes
- Select an element
- In the Inspector, find Tailwind CSS and click +
- Type or paste a Tailwind class name
Common use cases
Here are some properties you can control with custom Tailwind classes that aren’t available in the Inspector:| Use case | Tailwind classes |
|---|---|
| Absolute positioning | absolute, relative, fixed, sticky |
| Z-index | z-10, z-20, z-50 |
| Overflow | overflow-hidden, overflow-auto, overflow-scroll |
| Animations | animate-spin, animate-ping, animate-pulse, animate-bounce |
| Pointer events | pointer-events-none, pointer-events-auto |
| Opacity | opacity-50, opacity-0 |
| Cursor | cursor-pointer, cursor-not-allowed |
| Transitions | transition-all, duration-200, ease-in-out |
| Transforms | rotate-45, scale-110, translate-x-2 |

