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