Skip to content

Commit f0bbbb0

Browse files
committed
fix: update index.css
2 parents 56c545b + cc0c6b8 commit f0bbbb0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

client/src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ body {
5454
@tailwind utilities;
5555
5656
html, body, #root { height: 100%; }
57-
body { background: transparent; } */
57+
body { background: transparent; } */

client/tailwind.config.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/** @type {import('tailwindcss').Config} */
2+
export default {
3+
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
4+
theme: { extend: {} },
5+
plugins: [],
6+
};

0 commit comments

Comments
 (0)