Level 1
Jun 11, 2020
1
Level 13
Tailwindcss - Responsive background-image ?
How can i use sm md lg xl for background-image property ? In my css file i apply it on all devices but i want to change it for mobile devices :
body {
background-image: url('./images/back.svg');
}
Is there a tailwindcss way?
Please or to participate in this conversation.
