/** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./Web/View/**/*.hs", "./Web/FrontController.hs", ], theme: { extend: {}, }, plugins: [], }