Skip to content

Instantly share code, notes, and snippets.

@LucasLLLS
Created August 6, 2016 16:14
Show Gist options
  • Save LucasLLLS/0ca5cbcf41b3d20cc2dd694d59249509 to your computer and use it in GitHub Desktop.
Save LucasLLLS/0ca5cbcf41b3d20cc2dd694d59249509 to your computer and use it in GitHub Desktop.
.message
border: 1px solid #ccc
padding: 10px
color: #333
.success
@extend .message
border-color: green
.error
@extend .message
border-color: red
.warning
@extend .message
border-color: yellow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment