Closed Ayman97 closed 3 years ago
Turns out i can make add responsive variants in tailwind.config.js file 😅
Hi @Ayman97,
Yep, you've got it! :) It's pretty buried in the README at the moment and I might want to move this information up, but adding the responsive variants to tailwind.config.js should work like this:
// tailwind.config.js
module.exports = {
variants: {
logical: ['responsive', 'hover']
}
}
That said, if you do encounter any issues when adding responsive variants like this, just let me know and I'll take a look.
Hey Can you please add support to responsive utilities like space / margin and padding?