WalrusSoup / Tailwind-Formatter

Port of Headwind to Intellij. Opinionated class formatter for TailwindCSS
111 stars 9 forks source link

Formatting is not applied without trailing semicolon #35

Closed CyberAndrii closed 2 years ago

CyberAndrii commented 3 years ago

Works:

html {
  @apply bg-white text-gray-500;
}

Doesn't work

html {
  @apply bg-white text-gray-500
}

In my case, it's a .scss file.