refactor: use tailwind

This commit is contained in:
2024-09-25 18:34:58 +01:00
parent eef23656f9
commit 6f939ec5ec
14 changed files with 548 additions and 513 deletions

8
tailwind.config.js Normal file
View File

@@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./app/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
};