module.exports = { purge: [ './src/**/*.vue', ], theme: { extend: { fontFamily: { roboto: ['Roboto'], }, spacing: { '7': '1.75rem', '9': '2.25rem', '96': '24rem', }, }, }, variants: {}, plugins: [], }