Vetur: Support for TailwindCSS

Created on 7 Oct 2018  路  5Comments  路  Source: vuejs/vetur

Are there any plans to include tailwindcss?

@tailwind and @apply give errors in VS code with Vetur.

screen shot 2018-10-06 at 6 00 16 pm

question

Most helpful comment

Try change lang to postcss

All 5 comments

"vetur.validation.style": false is the only thing you can do now.

@apply proposal is even abandoned: http://tabatkins.github.io/specs/css-apply-rule/.

馃憤

This applies to all directives, not only @apply.

Try change lang to postcss

@chabib I can't do things like this with the postcss like scss. Do you have any special config for this one?

menu {
  ...
  a {
    ...
  }
}
Was this page helpful?
0 / 5 - 0 ratings