Add tailwind

This commit is contained in:
2024-02-23 21:48:05 +01:00
parent 3d21517c3b
commit 3aab8d4425
7 changed files with 1473 additions and 98 deletions
+8
View File
@@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {}
},
plugins: []
};