I'm using a framework that lets me write SCSS code in HTML files, by marking them in a block with <style type="text/scss">. While VS Code seems to be perfectly fine with SCSS, it doesn't seem to support it inside a HTML file. As such, I get errors from the CSS parsers when using SCSS features, IntelliSense isn't working, etc.
I'm using a framework that lets me write SCSS code in HTML files, by marking them in a block with
<style type="text/scss">
. While VS Code seems to be perfectly fine with SCSS, it doesn't seem to support it inside a HTML file. As such, I get errors from the CSS parsers when using SCSS features, IntelliSense isn't working, etc.