/** @type {import('tailwindcss').Config} */ export default { content: ["./src/**/*.{js,vue}"], purge: ["./index.html", "./src/**/*.vue", "./src/**/*.js"], theme: { colors: { }, }, plugins: [], };