From 8138549f64403874eb7c7ddfbde1cc2cc2c03695 Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Mon, 23 Jun 2025 17:20:31 +0700 Subject: Typescript validation finally passes. --- tailwind.config.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tailwind.config.js') 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}", -- cgit v1.2.3