Skip to content

Instantly share code, notes, and snippets.

@jackfearing
Created January 31, 2023 00:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackfearing/e24de1d150d538b3b5d177631d3d1904 to your computer and use it in GitHub Desktop.
Save jackfearing/e24de1d150d538b3b5d177631d3d1904 to your computer and use it in GitHub Desktop.
/*
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