Visual Studio Code SCSS Support for HTML Documents
Missing SCSS support for HTML documents.
This project is a fork of the HTML CSS Support extension by ecmel but it uses the SCSSLanguageService instead of CSS.
Features
Class attribute completion.
Id attribute completion.
Supports @import.
Scans workspace folder for scss files.
Supports Angular projects by looking for component scss files relative to the opened component html file.
Extension settings can be set in the workspace settings.
htmlScss.globalStyles: Array of filepaths. When this setting is not present all scss files in the workspace will be used. When the array is empty, no files will be used.
htmlScss.isAngularProject: Set to true if you want the extension to look for scss files relative to a opened component html file.