Add tailwind.config.mjs from template

This commit is contained in:
jordan 2026-01-28 07:09:27 +00:00
parent 805c52d5a0
commit 46dc472d9f

8
tailwind.config.mjs Normal file
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: [],
};