ruliang / reallysimplehistory

Automatically exported from code.google.com/p/reallysimplehistory
Other
0 stars 0 forks source link

There has to be a more efficient way to store and deploy debug styles. #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We could take a good K off the library if we could come up with a way to
get rid of the debug styles and move them into a separate file. The problem
is that if the non-debug styles are inline, then the debug styles must be
inline, too, otherwise they'd never have enough weight to override. This
requires more thought, but it's worth it.

Original issue reported on code.google.com by bdpathfi...@gmail.com on 12 Dec 2007 at 12:01