aeschli / vscode-css-formatter

CSS Formatter for VSCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't break tailwind apply line

jbosse opened this issue · comments

When a css file applies a tailwind class e.g. @apply focus:outline-none; the formatter reformats as @apply focus: outline-none; which is incorrect.