Created
October 31, 2013 12:11
-
-
Save quagliato/7248652 to your computer and use it in GitHub Desktop.
Declaring every single type of input
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| input[type=color], | |
| input[type=date], | |
| input[type=datetime], | |
| input[type=datetime-local], | |
| input[type=email], | |
| input[type=month], | |
| input[type=number], | |
| input[type=range], | |
| input[type=search], | |
| input[type=tel], | |
| input[type=time], | |
| input[type=text], | |
| input[type=url], | |
| input[type=week], | |
| textarea{ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment