We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CSS that is valid before minimizing:
fieldset.ui-applicationform li * { vertical-align: top; }
Gets minimized incorrectly and no longer selects the elements as expected:
fieldset.ui-gems-applicationform li*{vertical-align:top;}
It appears that a required space is missing.
Docs available via w3c: http://www.w3schools.com/cssref/sel_all.asp
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CSS that is valid before minimizing:
Gets minimized incorrectly and no longer selects the elements as expected:
It appears that a required space is missing.
Docs available via w3c:
http://www.w3schools.com/cssref/sel_all.asp
The text was updated successfully, but these errors were encountered: