We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
my variables are in src/lib/styles/variables.css
src/lib/styles/variables.css
This is my config
{ "css.styleSheets": [ "src/lib/styles/*.css", "**/${fileBasenameNoExtension}.css", "**/${fileBasenameNoExtension}.svelte" ], }
This is an example of the content of the variables.css file
variables.css
The text was updated successfully, but these errors were encountered:
Have you installed the svelte extension? You should also enable svelte in the extension settings and restart vscode:
svelte
"css.enabledLanguages": ["html", "typescript", "svelte"],
Sorry, something went wrong.
No branches or pull requests
my variables are in
src/lib/styles/variables.css
This is my config
This is an example of the content of the
variables.css
fileThe text was updated successfully, but these errors were encountered: