/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./index.html", "./services.html", "./privacy.html", "./static/js/**/*.js"], theme: { container: { center: true, }, extend: { }, }, plugins: [], }