Import Other Stylesheets from within a Stylesheet

about css
This article from Smashing Magazine shows how to use CSS Imports to include other css files in you stylesheet.

  1.  
  2. /*------------------------------------------------------------------
  3. [Master Stylesheet]
  4.  
  5. Project: Smashing Magazine
  6. Version: 1.1
  7. Last change: 05/02/08 [fixed Float bug, vf]
  8. Assigned to: Vitaly Friedman (vf), Sven Lennartz (sl)
  9. Primary use: Magazine
  10. -------------------------------------------------------------------*/
  11. @import "reset.css";
  12. @import "layout.css";
  13. @import "colors.css";
  14. @import "typography.css";
  15. @import "flash.css";
  16. /* @import "debugging.css"; */
  17.  

Leave a Reply

You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <blockquote cite=""> <code> <em> <strong>