/** @type {import('tailwindcss').Config} */ export default { prefix: '', content: [ "./index.html", "./src/**/*.vue", "./formkit.config.theme.ts", "./formkit.config.ts", ], theme: { extend: {}, }, plugins: [], }