presentations/Taking Flight with Tailwind CSS/code/16-variants-after.txt
2021-02-06 22:46:22 +00:00

11 lines
No EOL
323 B
Text

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