Skip to content

Instantly share code, notes, and snippets.

@chilinaz
Created February 19, 2013 06:37
Show Gist options
  • Save chilinaz/4983602 to your computer and use it in GitHub Desktop.
Save chilinaz/4983602 to your computer and use it in GitHub Desktop.
CSS: Import CSS Files
/* CSS Imported Stylesheets - styles.css */
/* import stylesheets and hide from ie/mac \*/
@import url("css/normalize.css");
@import url("css/screen.css");
@import url("css/ie.css");
/* end import/hide */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment