I can't seem to get any help in VSCode about the available variables and its values. I have: ```javascript plugins: [ sass({ injectGlobalPaths: [ 'src/vars.scss', 'src/common.scss' ] }) ], ``` But when writing my styles, I don't get any intellisense
I can't seem to get any help in VSCode about the available variables and its values.
I have:
But when writing my styles, I don't get any intellisense