Closed (outdated)
Project:
Conditional Stylesheets
Version:
7.x-2.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2012 at 16:58 UTC
Updated:
3 Jul 2024 at 06:49 UTC
Jump to comment: Most recent
Comments
Comment #1
raekjaer commentedThe module sets weight to 999. So in your drupal_add_css you should probably set weight to a higher value.
Comment #2
sylus commentedThe conditional stylesheets regardless of the weight to not affect the placement of those styles as not grouped in with regular stylesheets.
Comment #3
raekjaer commentedYou can do something like this from your theme:
So actually conditional stylesheets are grouped with regular stylesheets. But because preprocessing has been disabled for conditionals, you have to do the same with your render-me-last stylesheet.
Comment #3.0
raekjaer commentedLog
Comment #4
astonvictor commentedI'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks