diff --git a/docs/tailwind.config.js b/docs/tailwind.config.js index 45e0e788..ec629a9b 100644 --- a/docs/tailwind.config.js +++ b/docs/tailwind.config.js @@ -1,7 +1,18 @@ const defaultTheme = require("tailwindcss/defaultTheme"); module.exports = { - purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'], + mode: 'jit', + // purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'], + purge: [ + "./pages/**/*.js", + "./pages/**/*.ts", + "./pages/**/*.jsx", + "./pages/**/*.tsx", + "./components/**/*.js", + "./components/**/*.ts", + "./components/**/*.jsx", + "./components/**/*.tsx" + ], darkMode: false, // or 'media' or 'class' theme: { container: {