Hacker News new | ask | show | jobs
by AshleysBrain 4349 days ago
Why do you have to use var(--name) when the parser already knows it's a variable from the -- prefix? Surely property: --name; is nicer than property: var(--name); ?