/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./src/main/resources/**/*.html"], theme: { extend: {}, }, plugins: [], }