There are few instances:
$ git grep "@import"
doc/utils/tracsphinx.css:@import url("sphinxdoc.css");
trac/htdocs/css/report.css:@import url(code.css);
trac/htdocs/css/ticket.css:@import url(code.css);
trac/htdocs/css/wiki.css:@import url(code.css);
We could consider concatenating all of the stylesheets. We have an open issue for that but it needs more work.
Ryan