lumeweb.com/tailwind.config.cjs

5 lines
147 B
JavaScript
Raw Normal View History

2023-04-27 23:33:58 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
2023-04-28 06:17:06 +00:00
theme: { }
}