diff options
| author | Max Nanis | 2025-06-23 17:20:31 +0700 |
|---|---|---|
| committer | Max Nanis | 2025-06-23 17:20:31 +0700 |
| commit | 8138549f64403874eb7c7ddfbde1cc2cc2c03695 (patch) | |
| tree | ff16ff5bf7b0a5454fd181d178a6f799b9141d64 /tailwind.config.js | |
| parent | 5e8b1b89bfffd0202bc6c5f64aac943053d79d32 (diff) | |
| download | panel-ui-8138549f64403874eb7c7ddfbde1cc2cc2c03695.tar.gz panel-ui-8138549f64403874eb7c7ddfbde1cc2cc2c03695.zip | |
Typescript validation finally passes.
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}", |
