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
I'm having trouble with the background shorthand syntax if the URL is put first, it doesn't seem to process it correctly.
// broken:
background: url('/path/to/image.png') left top;
background: url('/path/to/image.png') left top / contain no-repeat;
// works:
background: left top url('/path/to/image.png') ;
Hi Mohammad
I'm having trouble with the background shorthand syntax if the URL is put first, it doesn't seem to process it correctly.
Tried on http://rtlcss.com/playground/ aswell same result.
The text was updated successfully, but these errors were encountered: