We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c3926 commit 6ffa366Copy full SHA for 6ffa366
2 files changed
src/index.css
@@ -0,0 +1,3 @@
1
+@tailwind base;
2
+@tailwind components;
3
+@tailwind utilities;
src/main.tsx
@@ -1,6 +1,7 @@
import { StrictMode } from "react";
import { createRoot } from "react-dom/client";
import { BrowserRouter } from "react-router";
4
+import "./index.css";
5
import App from "./App.tsx";
6
7
const root = document.getElementById("root");
0 commit comments