Skip to content

Instantly share code, notes, and snippets.

@leocristofani
Last active December 15, 2015 21:48
Show Gist options
  • Save leocristofani/5327895 to your computer and use it in GitHub Desktop.
Save leocristofani/5327895 to your computer and use it in GitHub Desktop.
WordPress Theme's style.css boilerplate with description and useful @import to start up.
/*
Theme Name:
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
License:
License URI:
*/
@import "assets/css/bootstrap.min.css";
@import "assets/css/master.css";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment