You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example in CSS:
Use @apply followed by the class name. To use media queries with tailwind classes, preface it with the media query size and a colon md:.
.p-card {
@apply p-sm md:px-md md:py-lg;
}
Use /style-guide as a reference
The style guide page was created almost entirely with tailwind and primitive classes. Use it to find common utilities, or to see how they work in action.