mirror of
https://github.com/getmarkus/astro-tailwind-mambaui-template.git
synced 2025-04-20 05:51:54 +02:00
8 lines
176 B
JavaScript
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: [],
|
|
}
|