Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cascade: fix variable inheritance | bptato | 2025-01-28 | 1 | -1/+2 |
| | |||||
* | cascade: support nested variables | bptato | 2025-01-20 | 1 | -1/+1 |
| | | | | ...and refactor applyValue in the process. | ||||
* | cascade: basic CSS variable support | bptato | 2025-01-16 | 1 | -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(). |