tomblachut / svelte-intellij

Svelte components in WebStorm and friends
MIT License
485 stars 38 forks source link

SCSS parsing doesn't work #274

Closed gamelaster closed 2 years ago

gamelaster commented 2 years ago

IDE: GoLand image image

I have globally installed sass, but it still doesn't work at all. Could be this because I'm using GoLand and GoLand doesn't have SCSS support ?

Thanks

tomblachut commented 2 years ago

Could be this because I'm using GoLand and GoLand doesn't have SCSS support ?

Hi! Looks like it. Please install https://plugins.jetbrains.com/plugin/11449-sass

gamelaster commented 2 years ago

Hi @tomblachut , this was it, of course first thing was to look into marketplace to download the plugin and I found only sass-lint, but now the sass plugin was here. Thanks

tomblachut commented 2 years ago

No worries, I'm glad it works for you now.