Skip to content

Instantly share code, notes, and snippets.

@geekysrm
Created October 20, 2020 17:11
Embed
What would you like to do?
// tailwind.config.js
module.exports = {
theme: {
colors: {
indigo: '#5c6ac4',
blue: '#007ace',
red: '#de3618',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment