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

pseudoselectors aren't minified correctly #248

Open
knupfer opened this issue May 29, 2016 · 1 comment
Open

pseudoselectors aren't minified correctly #248

knupfer opened this issue May 29, 2016 · 1 comment

Comments

@knupfer
Copy link

knupfer commented May 29, 2016

yui 2.4.8 makes the following, which is clearly wrong

:first-child :last-child{background-color:red}
--->
:first-child:last-child{background-color:red}

This would affect elements which are the first and the last child, instead of affecting every children which is a last child of all children which are a first child.

dracony added a commit to dracony/yuicompressor that referenced this issue Jun 7, 2016
dracony added a commit to dracony/yuicompressor that referenced this issue Jun 7, 2016
tml added a commit that referenced this issue Nov 30, 2016
@melloware
Copy link

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