Add tailwind.config.mjs from template

This commit is contained in:
jordan 2026-01-28 06:33:39 +00:00
parent da31f42d74
commit 63a39ddbc7

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: [],
};