RESTful CSS
Digital Web has an interesting article up from yesterday that suggests an alternate method for structuring and organizing your CSS files. Based on the way many of today’s popular web application platforms, the technique steps into a middle man position between global and page-specific stylesheets.
The example used in the article is geared toward Ruby on Rails, but should translate to other MVC frameworks — and is provided in detailed, step-by-step instructions to get your own implementation started. Read the article for more.
Reader Comments
One Response to “RESTful CSS”
Rubyist December 13th, 2008
thank you for the useful link!