talks/Taking Flight with Tailwind CSS/code/15-variants-before.txt
2021-02-06 22:46:22 +00:00

11 lines
259 B
Plaintext

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