Closed (won't fix)
Project:
BlueBreeze
Version:
5.x-1.x-dev
Component:
CSS
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2007 at 09:47 UTC
Updated:
29 Aug 2013 at 16:54 UTC
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']
| Comment | File | Size | Author |
|---|---|---|---|
| avoid_at_import.patch | 1.93 KB | Tobias Maier |
Comments
Comment #1
hass commentedsubscribe
Comment #2
hass commentedlet's try to get patch in http://drupal.org/node/113607 - RTBC... and this issue goes away for future. :-)
Comment #3
hass commented@import is fixed in D6.
Comment #4
itapplication commented