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

ceardach’s picture

Assigned: Unassigned » danmasq

Huh... We're using conditional stylesheets, too, and they seem to be working. Dan, can you take a peek at this?

danmasq’s picture

Assigned: danmasq » ceardach

Interesting. 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.

stylesheets[print][] = css/print.css
conditional-stylesheets[if IE 6][all][] = css/ie6.css
conditional-stylesheets[if IE][all][] = css/ie.css
reubenavery’s picture

Subscribe, also experiencing this.