We apologize for the instability of composr.app and appreciate your patience. We are working on the statistics addon and trying to find an optimal way to store and render data. Unfortunately, we have yet to find a solution that can handle the traffic (and therefore, tens of millions of statistical records) of composr.app. We're working hard on one.
Thinking that instead of <file>__extensions for CSS, we should have a standard that any template may have a <file>__pre and <file>__post template to automatically prepend and append to it. This would be useful for quite a lot and would not add any load because it would happen only at compilation.
We may want to make the diff page we have on our site also handle templates, and have filtering options to filter by file. Maybe multi-select lists of what files to include.
I suppose we could make it work with every single file in the distribution, why not.
{$CSS_REMOVE,.re_body,color}
To strip the 'color' property from the default '.re_body' class without needing to write regexps or do a full CSS file override.
I suppose we could make it work with every single file in the distribution, why not.