Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View ewhicher's full-sized avatar
🎨
making things...

Ed Whicher ewhicher

🎨
making things...
View GitHub Profile
@ewhicher
ewhicher / gist:2e45e072d79eda39adcdd244a49a4f72
Last active May 28, 2020 15:35
Rem based TailwindCSS config
const colors = {
'current': 'currentColor',
'transparent': 'transparent',
'white': '#ffffff',
'grey-100': '#FBFBFB',
'grey-200': '#F7F5F6',
'grey-400': '#ECECEC',
'grey-500': '#E5E5E5',
'grey-700': '#C4C4C4',
'grey-800': '#888888',