The classes have the following properties bg-[url('/images/img.webp')] bg-right
I need to align the background picture to the right edge, and I get an error when checking with a linter
Error: Classnames bg-[url('/images/img.webp')], bg-right are conflicting! tailwindcss/no-contradicting-classname
Is there any way to bypass or correct this error?