Skip to content

Tailwindcss directives do not work with multiline #91

Description

@marceloclp

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
    @apply border border-gray-300 // Works with multiple classes on the same line

The following breaks: