I guess partly because I'm used to thinking about doing things during pre-processing. I can look at doing it after css flattening. So you're saying create something that's called from plumber, after CSSFlattener?
I understand the logic that a flattened css will have all the potential style sources merged together, which definitely helps, but are there existing functions make it trivial to grab the styles of a given element at that point? Not sure where to look in the code.
|