module.exports = { purge: [], theme: { extend: { maxWidth: { half: "50%", }, borderRadius: { circle: "50%", }, width: { "fit-content": "fit-content" } }, }, variants: {}, plugins: [], };