diff options
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tailwind.config.js b/tailwind.config.js index 2acc435..3609e49 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,4 +1,12 @@ + + // tailwind.config.js +// Configures TailwindCSS. +// -- Sets content scanning paths, custom themes, plugins, etc. +// -- Tailwind uses this to tree-shake unused styles in Vite builds. +// -- Must align with where your components and templates are (e.g., src/**/*.{tsx,ts}). +// -- You may need to restart Vite when this changes. + module.exports = { content: [ "./src/**/*.{js,ts,jsx,tsx}", |
