You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: