module.exports = { content: ['./src/**/*.{vue,js,ts}'], darkMode: ['selector', '[data-theme="dark"]'], theme: { extend: {}, }, plugins: [], };