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