Add 'Taking Flight with Tailwind CSS' slides
This commit is contained in:
parent
6cf5e862ad
commit
c78138b63d
65 changed files with 1208 additions and 0 deletions
16
taking-flight-with-tailwind-css/code/17-config-before.txt
Normal file
16
taking-flight-with-tailwind-css/code/17-config-before.txt
Normal file
|
@ -0,0 +1,16 @@
|
|||
screens: {
|
||||
sm: '640px',
|
||||
md: '768px',
|
||||
lg: '1024px',
|
||||
xl: '1280px',
|
||||
},
|
||||
colors: {
|
||||
transparent: 'transparent',
|
||||
black: '#000',
|
||||
white: '#fff',
|
||||
gray: {
|
||||
100: '#f7fafc',
|
||||
200: '#edf2f7',
|
||||
300: '#e2e8f0',
|
||||
},
|
||||
// ...
|
Loading…
Add table
Add a link
Reference in a new issue