/** @type {import('tailwindcss').Config} */ module.exports = { purge: [ './src/**/*.vue', './src/**/*.html', // Add any other paths to your Vue components and templates here ], content: [], theme: { extend: {}, }, plugins: [], }