Skip to content

Commit a23e5b7

Browse files
committed
Tweak tailwind purge config
1 parent ea67f57 commit a23e5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = {
3737
purge: {
3838
// Specify the paths to all of the template files in your project
3939
content: [
40-
"src/components/**/*.res",
40+
"src/**/*.res",
4141
"src/ffi/*.js",
4242
"./pages/**/*.js",
4343
"./pages/**/*.mdx",

0 commit comments

Comments
 (0)