Skip to content

Instantly share code, notes, and snippets.

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