/** @type {import('tailwindcss').Config} */ module.exports = { content: ['./src/**/*.{html,vue}', './src/*.{html,vue}'], darkMode: 'class', theme: { extend: {}, }, plugins: [], corePlugins: { preflight: false } }