
This is a high-priority feature; we need to be able to version xCss files much like a DOCTYPE line, so that future changes to not break the processing of older xCss files
$eval (1 + 1)
$eval ($menuWidth + 10)
Ability to increase or decrease a font size relative to another font size.
Ability to dynamically generate, e.g. a patterned background, so that it changes automatically and regularly on each reload.
Ability to embed small image references, such as icons, directly in the CSS file content, to avoid the need for lots of extra server hits to retrieve those images.
Intelligent, based on caching rules that account for logic differences.
This would need to cache different versions for (e.g.);
e.g.;
#foo {
ul {
color: red;
}
div {
color: blue;
}
}