Created
May 26, 2018 11:19
-
-
Save andregoncalves/328f9f755501b1bdf4f3c2fd6c80aa21 to your computer and use it in GitHub Desktop.
[CSS rule to display warning icon with unicode] #css
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
.invalid-feedback:before { | |
content: '⚠️' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment