11 lines
323 B
Plaintext
11 lines
323 B
Plaintext
|
// tailwind.config.js
|
||
|
|
||
|
variants: {
|
||
|
alignContent: ['responsive'],
|
||
|
alignItems: ['responsive'],
|
||
|
- alignSelf: ['responsive'],
|
||
|
+ alignSelf: false,
|
||
|
appearance: ['responsive'],
|
||
|
backgroundAttachment: ['responsive'],
|
||
|
- backgroundColor: ['responsive', 'hover', 'focus'],
|
||
|
+ backgroundColor: ['responsive'],
|