Spaces:
Build error
Build error
Update tailwind.config.js
Browse files- tailwind.config.js +6 -0
tailwind.config.js
CHANGED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/** @type {import('tailwindcss').Config} */
|
| 2 |
+
module.exports = {
|
| 3 |
+
content: ["./src/**/*.{js,jsx}"],
|
| 4 |
+
theme: { extend: {} },
|
| 5 |
+
plugins: [],
|
| 6 |
+
}
|