talks/taking-flight-with-tailwind-css/code/17-config-before.txt
2021-02-11 17:56:17 +00:00

17 lines
234 B
Plaintext

screens: {
sm: '640px',
md: '768px',
lg: '1024px',
xl: '1280px',
},
colors: {
transparent: 'transparent',
black: '#000',
white: '#fff',
gray: {
100: '#f7fafc',
200: '#edf2f7',
300: '#e2e8f0',
},
// ...