module.exports = { content: [ './index.html' ], darkMode: true, theme: { extend: { colors: { 'primary': '#5625BA', 'secondary': '#41a2bc' } }, }, variants: { extend: {}, }, plugins: [], }