/** @type {import('tailwindcss').Config} */ module.exports = { content: [ './index.html', './src/**/*.{js,vue,css,html,ts}', './src/*.{js,vue,css,html,ts}', ], theme: { extend: {}, }, plugins: [], }