You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The if statements require extra spaces. I let variables determine whether an image should be placed on the left or right. For this, I use Tailwind classes. It would be user-friendly if I could type the classes without spaces:
<divclass="@if($position=='left')-order-1@endif">
I have made the following tests. The first one passed without doing anything, but I cannot get the second one to work.
The if statements require extra spaces. I let variables determine whether an image should be placed on the left or right. For this, I use Tailwind classes. It would be user-friendly if I could type the classes without spaces:
I have made the following tests. The first one passed without doing anything, but I cannot get the second one to work.
Is this something you see as an easy fix? Anyway, thank you for your effort!
The text was updated successfully, but these errors were encountered: