module.exports = { content: [ './src/**/*.vue', './public/**/*.html' ], theme: { extend: { colors: { blue: { light: '#5584d1', DEFAULT: '#3876da', dark: '#1260dd', }, } }, }, plugins: [], }