noway.moe/tailwind.config.mjs

9 lines
176 B
JavaScript
Raw Permalink Normal View History

2023-12-25 22:27:06 -07:00
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
theme: {
extend: {},
},
plugins: [],
}