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

Advanced Optimization breaks multiple backgrounds #312

Closed
nickast opened this issue Jul 7, 2014 · 2 comments
Closed

Advanced Optimization breaks multiple backgrounds #312

nickast opened this issue Jul 7, 2014 · 2 comments

Comments

@nickast
Copy link

nickast commented Jul 7, 2014

Hello,

The following snippet when the noAdvanced is set to false get's converted to the following which does not render on Chrome. Maybe you might wanna take a look at it.

Thanks,
Nick

.envelope {
  padding: 15px 10px;
  background: url("../img/envelope-finish.png"), url("../img/envelope-finish.png"), url("../img/envelope-stamp.png");
  background-color: #eee;
  background-repeat: repeat-x, repeat-x, no-repeat;
  background-size: 35px 4px, 35px 4px, 101px 61px;
  background-position: top center, bottom center, 110% 10px;
}
.envelope {
  padding: 15px 10px;
  background: #eee url(img/envelope-finish.png),url(img/envelope-finish.png),url(img/envelope-stamp.png) repeat-x,repeat-x,no-repeat top center,bottom center,110% 10px;
  background-size: 35px 4px,35px 4px,101px 61px;
}
@GoalSmashers
Copy link
Contributor

@nickast so far please use noAdvanced or clean-css 2.1.x. We're working on it - see #304 and #307.

@GoalSmashers
Copy link
Contributor

Fixed in 2.2.7!

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

2 participants