mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-29 10:56:24 +01:00
ebe1112161
* best-practices: discourage getComputedStyle Add guidance to avoid getComputedStyle and prefer hardcoding style values in TypeScript or setting a CSS variable via setProperty when shared across CSS rules. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * best-practices: clarify setProperty guidance Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>