In #769226: Optimize JS/CSS aggregation for front-end performance and DX, the drupal_add_css() API was changed to take CSS_* constants as 'group' not as part of 'weight'. 'weight' and 'group' are now separate. Attached simple patch to apply this.
| Comment | File | Size | Author |
|---|---|---|---|
| webform-add-css.patch | 6.11 KB | gábor hojtsy |
Comments
Comment #1
quicksketchThanks, I'll add these in next time I'm working on Webform for D7.
Comment #2
quicksketchFinally committed, sorry for the delay.