vscode-html-css icon indicating copy to clipboard operation
vscode-html-css copied to clipboard

Visual Studio Code Extension - CSS Intellisense for HTML

Results 41 vscode-html-css issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/user-attachments/assets/9bbde9ef-77a4-4c4e-8b5e-ef907cfe349c) my variables are in `src/lib/styles/variables.css` This is my config ```json { "css.styleSheets": [ "src/lib/styles/*.css", "**/${fileBasenameNoExtension}.css", "**/${fileBasenameNoExtension}.svelte" ], } ``` This is an example of the content of the `variables.css`...

question