Use values outside theme
Create default config file
Set content paths
Customize theme values
Extends default theme with custom values in tailwind.config.js
Add custom color
// tailwind.config.js module.exports = { theme: { extend: { colors: { 'brand-blue': '#1992d4' } } } }
Add custom color palette
Add custom spacing scale
Implement dark theme