Drupal: Multiple Stylesheets

Posted by Vecta on Stack Overflow See other posts from Stack Overflow or by Vecta
Published on 2010-04-09T20:52:34Z Indexed on 2010/04/10 7:03 UTC
Read the original article Hit count: 304

Filed under:
|

I'm currently creating a custom Drupal theme for my company and I'm having trouble getting multiple stylesheets to load.

I followed the instructions on this page by adding stylesheets to the .info file in the format:

stylesheets[all][] = style.css
stylesheets[all][] = name2.css 
etc...

However, when I load the page nothing changes and when I view source, it consistently lists style.css but seems to ignore the others. Am I misunderstood in the process of adding additional stylesheets? What could I be doing incorrectly?

Thanks for any help!

© Stack Overflow or respective owner

Related posts about drupal

Related posts about css