We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0cd29 commit 1405dceCopy full SHA for 1405dce
1 file changed
postcss.config.js
@@ -4,6 +4,7 @@ const tailwindcss = require('tailwindcss');
4
const purgecss = require('@fullhuman/postcss-purgecss')({
5
content: [
6
'./htdocs/site/templates/*.php',
7
+ './htdocs/site/templates/**/*.php',
8
'./htdocs/site/snippets/*.php',
9
'./htdocs/site/snippets/**/*.php',
10
],
0 commit comments