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