Skip to content

Commit 6ffa366

Browse files
committed
Recreate and import index.css
1 parent 63c3926 commit 6ffa366

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/index.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@tailwind base;
2+
@tailwind components;
3+
@tailwind utilities;

src/main.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { StrictMode } from "react";
22
import { createRoot } from "react-dom/client";
33
import { BrowserRouter } from "react-router";
4+
import "./index.css";
45
import App from "./App.tsx";
56

67
const root = document.getElementById("root");

0 commit comments

Comments
 (0)