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