mirror of
https://github.com/Dokploy/examples.git
synced 2026-06-15 20:25:24 +02:00
5 lines
106 B
JavaScript
5 lines
106 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
content: ['./src/**/*.{js,jsx,ts,tsx}'],
|
|
}
|