Skip to content

Instantly share code, notes, and snippets.

@MichaelArestad
Created September 16, 2014 18:38
Show Gist options
  • Save MichaelArestad/73a5ae12db39c8d72dbe to your computer and use it in GitHub Desktop.
Save MichaelArestad/73a5ae12db39c8d72dbe to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// ----
.button {
color: blue;
&:hover {
color: lighten(blue, 5%);
}
&-secondary {
color: grey;
}
.icon {
font-size: 20px;
}
.icon-arrow {
animation: annoy .2s infinite;
}
}
.button {
color: blue;
}
.button:hover {
color: #1a1aff;
}
.button-secondary {
color: grey;
}
.button .icon {
font-size: 20px;
}
.button .icon-arrow {
animation: annoy .2s infinite;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment