For instance, I have blue.scss
file with $accent
variable in it. I wanna figure out where this variable is used and how to add a new color theme for my site, for instance yellow-based. Is there any good VS Code extension to explore scss files like that?
Update: it’s required just to create a new file yellow.scss, change $accent
value and that’s almost all. Then just to write this in config.yaml:
params:
themeColor: yellow
But it doesn’t answer my original question.