/** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./apps/trade-exchange/index.html", "./apps/marketplace-ui/index.html", "./website/*.html" ], darkMode: 'class', theme: { extend: {}, }, plugins: [], }