Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

untymage's avatar

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?

0 likes
1 reply

Please or to participate in this conversation.