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
Hi, I can't get the tailwindcss @apply directive to work with multilines:
The following works:
@layer components
.input@apply px-10// Works with single classes on a single line@applyborder border-gray-300// Works with multiple classes on the same line
Hi, I can't get the tailwindcss
@applydirective to work with multilines:The following works:
The following breaks: