Skip to content

Instantly share code, notes, and snippets.

@VinSpee
Created January 29, 2014 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VinSpee/8690473 to your computer and use it in GitHub Desktop.
Save VinSpee/8690473 to your computer and use it in GitHub Desktop.
/*
*
* # Notifications
*
* Creates a notification. The following options are available:
*
* ```
* <div class="notification">
* <div class="notification__message">Neutral</div>
* </div>
* <div class="notification--positive">
* <div class="notification--positive__message">Positive</div>
* </div>
* <div class="notification--negative">
* <div class="notification--negative__message">Negative</div>
* </div>
* ```
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment