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