Closed
Description
There are two syntaxes available for Sass. The new one, known as SCSS (Sassy CSS) and recommanded by Sass, is an extension of the syntax of CSS and more widely used today. And the sass loader for Webpack, sass-loader, only processes .scss
files as described in its document.
Thus we have to write styles like this in .vue
files
<style lang="sass">
</style>
which should be highlighted in SCSS syntax, not in SASS syntax.
It's a little weird. So I open this issue for discussion instead of sending a PR to correct directly.
Metadata
Metadata
Assignees
Labels
No labels