Active
Project:
Dynamic CSS
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Jun 2010 at 11:44 UTC
Updated:
10 Nov 2011 at 18:46 UTC
Hello,
I'm using DCSS with a Zen subtheme with conditional stylesheets. I have the following in my .info file:
conditional-stylesheets[if IE][all][] = css/ie.css
conditional-stylesheets[if lte IE 6][all][] = css/ie6.css
These stylesheets are no longer included when I enable DCSS. I can work around this, but it'd be good to see the issue addressed in future releases.
Thanks for an otherwise great module!
Comments
Comment #1
ceardach commentedHuh... We're using conditional stylesheets, too, and they seem to be working. Dan, can you take a peek at this?
Comment #2
danmasq commentedInteresting. I just tested with the following and it appears that items with the first argument (print or ie conditional comments) are not being added to the current document. I saw this happen a while back, so I converted all of the zen hacks to inline hacks as a workaround. The fact that we can't add print stylesheets either means that DCSS is definitely bypassing other stylesheet processing methods.
Comment #3
reubenavery commentedSubscribe, also experiencing this.