/** @type {import('tailwindcss').Config} */ module.exports = { content: [ './sigl/templates/**/*.html.j2', ], theme: { extend: {}, }, plugins: [], }