pranaygp / vscode-css-peek

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

Multiple returns when using scss #118

Closed JGM113 closed 2 years ago

JGM113 commented 2 years ago

Peek returns the location of class in both css and scss, and shows the css result by default. I could not find any setting to exclude by file type, that would be very helpful.