/** @type {import('tailwindcss').Config} */ module.exports = { content: ['./pages/**/*.{vue,html}'], theme: { extend: {}, }, plugins: [], important: true, } //