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

Make css pseudo functions receive _any_ argument #301

Closed
igr opened this issue Feb 29, 2016 · 2 comments
Closed

Make css pseudo functions receive _any_ argument #301

igr opened this issue Feb 29, 2016 · 2 comments
Assignees
Milestone

Comments

@igr
Copy link
Member

igr commented Feb 29, 2016

Currently this is not working:

input:not(:checked)

workaround is using quotes:

input:not(':checked')
@igr igr self-assigned this Feb 29, 2016
@igr igr added this to the v3.7 milestone Feb 29, 2016
@benbenw
Copy link
Contributor

benbenw commented Aug 26, 2016

+1 to make it works without the workaround

@igr igr modified the milestones: 3.8.5, v3.7 Dec 31, 2016
@igr igr closed this as completed in e11b99a Mar 11, 2017
@igr
Copy link
Member Author

igr commented Mar 11, 2017

Is this really happening!? The issue is implemented :)))

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

No branches or pull requests

2 participants