I'm trying to make my background image responsive using TailwindCSS. Can't find background-position-x and background-position-y utilities in documentation. How can I implement them?
At the moment, TailwindCSS doesn't have a utility for this. Except for adding it as a utility either by a plugin or in CSS, if you're using the JIT Mode, the shortest way to do this is adding it as an arbitrary property.
For example adding this: [background-position-x:-100px] will generate:
.\[background-position-x\:-100px\] {
background-position-x: -100px;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With