installing and configuring tailwind
This commit is contained in:
parent
9ebbf83f93
commit
681c6d2b4f
5 changed files with 8 additions and 2 deletions
|
|
@ -0,0 +1 @@
|
|||
@import "tailwindcss";
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
import { StrictMode } from "react";
|
||||
import ReactDOM from "react-dom/client";
|
||||
import { RouterProvider, createRouter } from "@tanstack/react-router";
|
||||
import "./index.css";
|
||||
|
||||
// Import the generated route tree
|
||||
import { routeTree } from "./routeTree.gen";
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ export const Route = createFileRoute("/")({ component: Index });
|
|||
|
||||
function Index() {
|
||||
return (
|
||||
<div className="p-2">
|
||||
<div className="p-2 text-3xl text-amber-400">
|
||||
<h3>Welcome Home!</h3>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue