mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
add linter for css variable names (#176769)
This commit is contained in:
committed by
GitHub
parent
169bdfe262
commit
780b2f5758
@@ -10,7 +10,7 @@
|
||||
flex-direction: column;
|
||||
line-height: 1.5em;
|
||||
cursor: default;
|
||||
color: var(--vscode-editor-hoverForeground);
|
||||
color: var(--vscode-editorHoverWidget-foreground);
|
||||
background-color: var(--vscode-editorHoverWidget-background);
|
||||
border: 1px solid var(--vscode-editorHoverWidget-border);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user