Created
February 19, 2013 06:37
-
-
Save chilinaz/4983602 to your computer and use it in GitHub Desktop.
CSS: Import CSS Files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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