UNPKG

generator-themeplate

Version:

A Yeoman Generator to kickstart WordPress theme development

24 lines (23 loc) 295 B
module.exports = { content: [ './*.php', './includes/*.php', './setup/*.php', './template-parts/**/*.php', './page-templates/**/*.php', './src/js/**/*.js', ], theme: { extend: { // Custom }, }, variants: { extend: { // Custom }, }, plugins: [ // Custom ], };