Skip to content

Commit ed3d731

Browse files
committed
Adapt tailwind purgecss config for res files
1 parent 489bc99 commit ed3d731

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tailwind.config.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ module.exports = {
3737
purge: {
3838
// Specify the paths to all of the template files in your project
3939
content: [
40-
"./components/**/*.re",
41-
"./common/**/*.re",
42-
"./re_pages/**/*.re",
40+
"./components/**/*.res",
41+
"./common/**/*.res",
42+
"./re_pages/**/*.res",
4343
"./ffi/**/*.js",
44-
"./pages/**/*.re",
44+
"./pages/**/*.res",
4545
"./pages/**/*.mdx",
46-
"./layouts/**/*.re"
46+
"./layouts/**/*.res"
4747
],
4848
options: {
4949
whitelist: ["html", "body"]

0 commit comments

Comments
 (0)