Skip to content

Commit f9fce31

Browse files
committed
Update tailwind's scan path
1 parent 5e73911 commit f9fce31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwindcss/tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type {import('tailwindcss').Config} */
22
module.exports = {
3-
content: ["../{website,dashboard}/tmplrndr/html/**/*.html"],
3+
content: ["../tmplrndr/html/**/*.html"],
44
theme: {
55
extend: {
66
fontFamily: {

0 commit comments

Comments
 (0)