We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c26c090 + c09075d commit b381588Copy full SHA for b381588
1 file changed
src/index.js
@@ -11,7 +11,7 @@ module.exports = (config, env, helpers, params = defaultParams) => {
11
12
const purgecss = require("@fullhuman/postcss-purgecss")({
13
// Specify the paths to all of the template files in your project
14
- content: ["./src/**/*.js"],
+ content: ["./src/**/*.tsx", "./src/**/*.js", "./src/**/*.jsx"],
15
16
// Include any special characters you're using in this regular expression
17
defaultExtractor: content => content.match(params.regex) || [],
0 commit comments