-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Add styling for input:not([type]) #261
Comments
Makes sense. We could also use this opportunity to add code comments for why all the |
Would you like me to submit a pull request and then someone that understands what code comments need to be added can do so? |
Sounds great, thanks! |
Hope I did it right. This is my first pull-request for a YUI project, so hopefully I conformed :) |
Closing… #263 has been merged. |
Currently if you create an INPUT tag without a "type", purecss does not style it. It would be nice to add "input:not([type])" to the 5 rules that style the rest of the INPUTs. Right now I have to provide my own css to do this.
The text was updated successfully, but these errors were encountered: