adityashaw2

Results 2 comments of adityashaw2

My use case in CSS is like this: ```css html { --var-color-primary: #9C2646; --var-color-secondary: #E2525E; } .some-class { color: var(--var-color-secondary); } ``` If `--var-color-secondary` text inside `var()` can be highlighted...

> @adityashaw2 good spot! I don't _think_ this is intentional. Messages can only send one `data.type` so I don't think there's be any point to falling through. Feel free to...