module.exports = { content: [], important: false, darkMode: 'class', theme: { extend: { colors: { primary: '#141414', secondary: '#18181b', darkgray: '#121213', lightgray: '#27272a', }, }, }, }