/** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./src/components/indexNav.vue", "./src/views/**/*.{vue,js,ts,jsx,tsx}", ], theme: { extend: {}, }, plugins: [], }