Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` :root { --color: red; } label { color: var(--color); } ```
- Loading branch information
``` :root { --color: red; } label { color: var(--color); } ```