How do I add css to be loaded last in drupal?
Posted
by wamp
on Stack Overflow
See other posts from Stack Overflow
or by wamp
Published on 2010-05-28T10:55:35Z
Indexed on
2010/05/28
12:51 UTC
Read the original article
Hit count: 121
drupal_add_css('override/files/style.css');
This kind of statement can't ensure the css is loaded last,
how can I do the trick?
© Stack Overflow or respective owner