Open miragecraft opened 1 year ago
With nested var() assignment, meaning using custom property as fallback for other custom properties, the nested var is not highlighted as it should.
var
Example:
* { background: var(--red, var(--blue, green)); }
Only the first var is highlighted.
With nested var() assignment, meaning using custom property as fallback for other custom properties, the nested
var
is not highlighted as it should.Example:
Only the first
var
is highlighted.