Add tailwind css

This commit is contained in:
2024-04-23 17:21:10 +01:00
parent 1af48fdb21
commit fe9cec5e01
6 changed files with 999 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
};