module.exports = { content: [ './apps/**/*.{js,mdx,jsx,ts,tsx}', './stories/**/*.{js,mdx,jsx,ts,tsx}', ], theme: { extend: {}, }, plugins: [], };