The syntax for "properly" adding a conditional stylesheet via drupal_add_css() has change AGAIN.

We need to add a weight of 999 to each of these.

Comments

johnalbin’s picture

Title: Weight needed for conditional stylesheets add via drupal_add_css() » Weight needed for conditional stylesheets added via drupal_add_css()

Fixed.

johnalbin’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 4e30a37 on 7.x-2.x, 8.x-1.x by JohnAlbin:
    Issue #1478242: Weight needed for conditional stylesheets added via...