> When I put the @include in there, nothing happens.  If I put it
> outside, it just gets passed through to the raw css output.

You need to use @import, not @include:

example: the most basic site_css.cs file would contain a single line
(no <?cs .. ?>):

@import url(/trac/project/chrome/common/css/custom.css);

HTH,
Manu
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to