Rename directories
This commit is contained in:
parent
a5bee4685a
commit
9f3226aec5
142 changed files with 3 additions and 3 deletions
11
Taking Flight with Tailwind CSS/code/16-variants-after.txt
Normal file
11
Taking Flight with Tailwind CSS/code/16-variants-after.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
// tailwind.config.js
|
||||
|
||||
variants: {
|
||||
alignContent: ['responsive'],
|
||||
alignItems: ['responsive'],
|
||||
- alignSelf: ['responsive'],
|
||||
+ alignSelf: false,
|
||||
appearance: ['responsive'],
|
||||
backgroundAttachment: ['responsive'],
|
||||
- backgroundColor: ['responsive', 'hover', 'focus'],
|
||||
+ backgroundColor: ['responsive'],
|
Loading…
Add table
Add a link
Reference in a new issue