mirror of
https://fast.feibisi.com/https://github.com/wp-cli/scaffold-command.git
synced 2025-10-04 17:01:28 +08:00
11 lines
254 B
Text
11 lines
254 B
Text
/*
|
|
Theme Name: {{theme_name}}
|
|
Theme URI: {{theme_uri}}
|
|
Description: {{description}}
|
|
Author: {{author}}
|
|
Author URI: {{author_uri}}
|
|
Template: {{parent_theme}}
|
|
Version: 0.1.0
|
|
*/
|
|
|
|
@import '../{{parent_theme}}/style.css';
|