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