As pointed out at CSS Compressor: Error with @import in style.css
@import is not handled correctly by drupal 5's css compressor.

so we have to avoid @import in our code
and - a little bit more complicated - we need to add the bluebreeze/layout.css and bluebreeze/style.css before bluebreeze-fixed/style.css into $vars['css']

CommentFileSizeAuthor
avoid_at_import.patch1.93 KBTobias Maier

Comments

hass’s picture

subscribe

hass’s picture

let's try to get patch in http://drupal.org/node/113607 - RTBC... and this issue goes away for future. :-)

hass’s picture

@import is fixed in D6.

itapplication’s picture

Status: Needs review » Closed (won't fix)