Skip to content

Commit 555017a

Browse files
committed
fix tailwind config
1 parent a84717b commit 555017a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spicecloud/tailwind.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
/** @type {import('tailwindcss').Config} */
21
module.exports = {
32
content: [
4-
'./pages/**/*.{js,ts,jsx,tsx,mdx}',
5-
'./components/**/*.{js,ts,jsx,tsx,mdx}',
6-
'./app/**/*.{js,ts,jsx,tsx,mdx}',
3+
"./pages/**/*.{js,ts,jsx,tsx}",
4+
"./components/**/*.{js,ts,jsx,tsx}",
5+
"./app/**/*.{js,ts,jsx,tsx}",
6+
// Add your specific paths here
77
],
88
theme: {
99
extend: {},

0 commit comments

Comments
 (0)