Personal-Site/tailwind.config.mjs
Timothy Rogers 6d30a41b7d first commit
2024-10-23 11:32:50 -04:00

8 lines
176 B
JavaScript

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