Created
January 31, 2023 00:18
-
-
Save jackfearing/e24de1d150d538b3b5d177631d3d1904 to your computer and use it in GitHub Desktop.
This file contains 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
/* | |
Theme Name: | |
Theme URI: http:// | |
Description: | |
Version: 1.0 | |
Author: | |
Author URI: http:// | |
Tags: | |
*/ | |
@import '/css/reset.css'; | |
@import '/css/typography.css'; | |
@import '/css/layout.css'; | |
or | |
// Used with Selectivizr.js | |
// Selectivizr is not parsing your @import rules correctly. This is a bug and it will be fixed in the next release. | |
// For the moment you can get selectivizr to work correctly by wrapping url() | |
around your import paths as shown below: | |
@import url("css/reset.css"); | |
@import url("css/layout.css"); | |
@import url("css/typography.css"); | |
@import url("css/superfish.css"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment