parent
ad40ba6d2d
commit
b032798d69
142 changed files with 3 additions and 3 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