Fix tailwind
This commit is contained in:
@@ -17,5 +17,9 @@ export default async function Index() {
|
|||||||
|
|
||||||
const isSupabaseConnected = canInitSupabaseClient();
|
const isSupabaseConnected = canInitSupabaseClient();
|
||||||
|
|
||||||
return <></>;
|
return (
|
||||||
|
<>
|
||||||
|
<h1 className="text-xl">hello</h1>
|
||||||
|
</>
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.2.0",
|
||||||
"tailwindcss": "3.3.3",
|
"tailwindcss": "3.3.3",
|
||||||
|
"tailwindcss-animate": "^1.0.7",
|
||||||
"typescript": "5.1.3"
|
"typescript": "5.1.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
plugins: {
|
plugins: ["tailwindcss", "autoprefixer"],
|
||||||
tailwindcss: {},
|
|
||||||
autoprefixer: {},
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user