Skip to content

Instantly share code, notes, and snippets.

@vic3256
Created December 18, 2013 18:51
Show Gist options
  • Save vic3256/8027682 to your computer and use it in GitHub Desktop.
Save vic3256/8027682 to your computer and use it in GitHub Desktop.
sass mixin for css circle shape
@mixin circle($size){
width: $size;
height: $size;
border-radius: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment