Skip to content

Instantly share code, notes, and snippets.

@JohnRiv
Created November 20, 2014 00:54
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 JohnRiv/948b31161dd569e6125f to your computer and use it in GitHub Desktop.
Save JohnRiv/948b31161dd569e6125f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="sassy">Sassy!</li>
// ----
// Sass (v3.2.19)
// Compass (v0.12.6)
// ----
$blue: #063886;
.sassy {
border: 10px solid $blue;
border-radius: 3px;
width: 100px;
background-color: #369;
color: #fff;
padding: 20px;
font-family: Helvetica;
text-align: center;
margin: 20px auto;
}
.sassy {
border: 10px solid #063886;
border-radius: 3px;
width: 100px;
background-color: #369;
color: #fff;
padding: 20px;
font-family: Helvetica;
text-align: center;
margin: 20px auto;
}
<div class="sassy">Sassy!</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment