about summary refs log tree commit diff stats
path: root/test/layout/variables.color.expected
Commit message (Collapse)AuthorAgeFilesLines
* cascade: fix variable inheritancebptato2025-01-281-1/+2
|
* cascade: support nested variablesbptato2025-01-201-1/+1
| | | | ...and refactor applyValue in the process.
* cascade: basic CSS variable supportbptato2025-01-161-0/+2
and once again, there was light... Well, it barely works, but it's enough to get colors back on most sites. Nested variables aren't supported for now, and shorthand expansion only "works" for `background' (it's a hack). Props to the W3C for introducing the C preprocessor to CSS - I was starting to confuse it with JSSS after calc().