gencer / SCSS-Everywhere

A Visual Studio Code extension that provides CSS class and ID atttribute completion with incremental build and usage explorer for the HTML class attribute based on the CSS/Template files in your workspace. Also supports React's className attribute.
https://marketplace.visualstudio.com/items?itemName=gencer.html-slim-scss-css-class-completion
MIT License
24 stars 9 forks source link

support `@use` rule #78

Open KutnerUri opened 2 years ago

KutnerUri commented 2 years ago

the extension currently only supports old @import styles dependencies, and does not provide autocomplete for @use. maybe needs to update sass engine to dart?