ranchodeluxemedia
2/9/2014 - 3:42 AM

circle-mixin.scss

@mixin circle($size) {
     width: $size;
     height: $size;
     border-radius: 100%;
}