Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Background shorthand with url first issue #84

Closed
PWRune opened this issue Nov 3, 2016 · 1 comment
Closed

Background shorthand with url first issue #84

PWRune opened this issue Nov 3, 2016 · 1 comment
Labels

Comments

@PWRune
Copy link

PWRune commented Nov 3, 2016

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.

// 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') ;

Tried on http://rtlcss.com/playground/ aswell same result.

@MohammadYounes
Copy link
Owner

@PWRune Thanks for reporting this, Seems all tests are made with position placed first 😕

Will fix soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants