|
|
|
|
|
by lamby
5419 days ago
|
|
Have you considered rendering your CSS using the templating system? That way {% static .. %} Just Works, and you can also roll extra template tags for repetitive stuff like rounded corners. You can pre-render for the live site, of course. |
|