Add tailwind to frontend

This commit is contained in:
2024-10-28 00:41:03 +01:00
parent 87edd6f478
commit 0662ed0c56
7 changed files with 578 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
theme: {
extend: {},
},
plugins: [],
}