Last active
September 21, 2016 22:48
-
-
Save starryeyez024/b3f3a64c88b3e4e948bd552337eae4b2 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
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
| <h2>Input type = number FTW</h2> | |
| <form> | |
| <input type="number" > | |
| </form> |
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
| // ---- | |
| // Sass (v3.4.21) | |
| // Compass (v1.0.3) | |
| // ---- | |
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
| <h2>Input type = number FTW</h2> | |
| <form> | |
| <input type="number" > | |
| </form> | |
| <h2>Input type = TEL</h2> | |
| <form> | |
| <input type="tel" > | |
| </form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment