Is there a way to reverse map the generated CSS (or maybe generate the CSS files with better names). For example, I have the following css on an html element and am trying to track down where each of these is defined.

Not being a CSS expert it would be nice to be able even in a debug mode to generate the CSS elements with more descriptive names so I can quickly see what I need to change.

.xr, .xu, .x4j {MyCSS-des... (line 25)
   color:#000000;
   font-family:Browallia New,Arial,Helvetica,Geneva,sans-serif;
   font-size:10pt;
   font-weight:normal;
   padding:0px 8px 0px 0px;
   text-align:left;
}


Thanks,
Chris....

Reply via email to