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-image: url with no position returns invalid css #306

Open
pbbyeung opened this issue Jun 4, 2016 · 0 comments
Open

Background-image: url with no position returns invalid css #306

pbbyeung opened this issue Jun 4, 2016 · 0 comments

Comments

@pbbyeung
Copy link

pbbyeung commented Jun 4, 2016

example
before premailer

background-image:url('SOMEIMAGEHERE');background-repeat:no-repeat;height:353px;max-width:600px

after

background:url('SOMEIMAGEHERE') no-repeat initial/100%;

^ it takes the default value of the previous element instead of the default of 0% 0%

@pbbyeung pbbyeung changed the title Background-image url with no position returns invalid css Background-image: url with no position returns invalid css Jun 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant