fix(tailwindcss): tailwindcss works with vite, no custom theme
This commit is contained in:
parent
57560e7a21
commit
74ec515658
9 changed files with 36 additions and 118 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import { useState } from "react";
|
||||
import React from "react";
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<>
|
||||
<p className="text-xl text-primary">heyo</p>
|
||||
</>
|
||||
<div className="min-h-screen bg-blue-500 flex items-center justify-center">
|
||||
<p className="text-3xl font-bold text-primary">Hello, world!</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue