CSS

CSS and Javascript Theming Functions

In the last article, CSS in Drupal 7, I discussed ways of incorporating CSS/Javascript smartly in a Drupal theme.  Specifically, providing alternatives to the standard .info file method, which is really only best for site-wide CSS/javascript.

CSS in Drupal 7

I have always been impressed with Drupal's ability to handle and aggregate CSS/javascript files "out-of-the-box."  After all, I can just add those files to the .info file and my theme and be up-and-running in seconds.  The solution is easy and the aggregation simple when going live.  However, as the sites I've been developing have scaled, I have found myself wanting more.  Thankfully, Drupal 7 comes through with a few different but still easy ways of handling CSS that I'm very excited about.  Here's the breakdown:

Subscribe to RSS - CSS