Last active
December 19, 2015 18:49
-
-
Save guillermorangel/6001785 to your computer and use it in GitHub Desktop.
Child theme code for style.css
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: Twenty Twelve Child | |
Theme URI: http://example.com/ | |
Description: Child theme for the Twenty Twelve theme | |
Author: Your name here | |
Author URI: http://example.com/about/ | |
Template: twentytwelve | |
Version: 0.1.0 | |
*/ |
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: Lumir Theme | |
Description: A WordPress theme for Lumir based on Thematic | |
Author: Blue Sky Sessions | |
Author URI: http://blueskysessions.com | |
Version: 1.0.0 | |
template: thematic | |
*/ | |
// -------------------------------------------------------------- | |
// Import Thematic main.css | |
// -------------------------------------------------------------- | |
@import (less) '../thematic/library/css/main.css'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment