Skip to content

Instantly share code, notes, and snippets.

@czajkovsky
Created March 17, 2015 17:55
Show Gist options
  • Save czajkovsky/5c04d129205ef8b3a8b7 to your computer and use it in GitHub Desktop.
Save czajkovsky/5c04d129205ef8b3a8b7 to your computer and use it in GitHub Desktop.
Mixins are cool!
.klass {
width: 100px;
height: 100px;
border-radius: 50%;
position: absolute;
top: 5px;
left: 5px;
}
.klass {
@include circle(100px);
@include absolute(top 5px left 5px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment