module.exports = { theme: { colors: { blue: '#0000FF', red: '#FF0000' }, spacing: { '1': '4px', '2': '8px' } } }