talks/taking-flight-with-tailwind-css/code/11-default-variants.txt
2021-02-11 17:56:17 +00:00

13 lines
336 B
Plaintext

// defaultConfig.stub.js
variants: {
alignContent: ['responsive'],
alignItems: ['responsive'],
alignSelf: ['responsive'],
appearance: ['responsive'],
backgroundAttachment: ['responsive'],
backgroundColor: ['responsive', 'hover', 'focus'],
backgroundPosition: ['responsive'],
backgroundRepeat: ['responsive'],
// ...
}