How to properly configure Tailwind CSS and VS Code to at least disable errors about at-rule and empty tag error inside VueJS single file component (vue-cli)?
<template>
...
</template>
<style lang="scss">
body {
// } expected
@apply font-source pt-4;
} // at-rule or selector expected
h5,h4,h3,h2,h1 {
// } expected
@apply font-pt font-bold;
} // at-rule or selector expected
</style>
es-lintmay it workses-lint