module.exports = { darkMode: "class", content: [ "./index.html", "./index.php", "./src/**/*.{vue,js,ts,jsx,tsx}", ], theme: { extend: {}, }, plugins: [], }