module.exports = { content: [ './assets/js/**/*.vue', ], theme: { extend: { colors: { primary: { DEFAULT: 'hsl(25.3, 71.3%, 56.3%)' } } }, }, plugins: [], important: true, }