Skip to content

Commit 7784cd7

Browse files
committed
Feat: v1_complate
1 parent 6834966 commit 7784cd7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tailwind.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/** @type {import('tailwindcss').Config} */
2+
module.exports = {
3+
content: ["./src/**/*.{js,ts,jsx,tsx}"],
4+
safelist: [{ pattern: /.*/ }],
5+
theme: {
6+
extend: {},
7+
},
8+
plugins: [],
9+
};

0 commit comments

Comments
 (0)