A helpful little article I discovered over at About.com, titled Using @import in Cascading Style Sheets, by Jennifer Kyrnin, describes how to import external CSS rules from within another CSS document.
It seems to be a great way to manage multiple CSS documents and thereby encourage the seperation of CSS rules to aide maintenance and development by keeping the code within a stylesheet clear and relevent to a specific purpose.
The one thing that concerns me is the browser support for such a nifty little CSS rule. The article states that: (More …)