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

Does this work any more? #80

Open youradds opened 1 year ago

youradds commented 1 year ago

I'm trying to figure out why this won't work for me. I've added this to my HTML page:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/purecss@2.1.0/build/pure-min.css">

Pressed Ctrl + Shift + P

...and then "Cache CSS class definitions". No errors. Yet when I go to my document and try and type "pure-form" into a form, nothing happens. Is there another step I'm missing?