pranaygp / vscode-css-peek

A vscode extension for peeking at CSS definitions from a class or id tag in HTML
MIT License
145 stars 32 forks source link

Doesn't follow @import scss files #66

Closed djmtype closed 5 years ago

djmtype commented 5 years ago

CSS Peek can't seem to find the scss origin of the style is being imported from another scss file. For example, _base.scss is being imported into main.scss.

My project structure:

index.html
css/
    main.css
scss/
    _base.scss
    main.scss
djmtype commented 5 years ago

Nevermind. It seems you have to restart VS Code to make it work.