module.exports = { purge: ["./src/**/*.vue"], theme: { extend: { fontFamily: { roboto: ["Roboto"], }, spacing: { "96": "24rem", }, }, }, variants: {}, plugins: [], };