Skip to content

Instantly share code, notes, and snippets.

@devloprs
Created March 16, 2017 08:59
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 devloprs/160b126cd08c00110c472289f76f3ca3 to your computer and use it in GitHub Desktop.
Save devloprs/160b126cd08c00110c472289f76f3ca3 to your computer and use it in GitHub Desktop.
basic circle mixin
=circleThing($rad, $height, $width, $bg, $color)
-webkit-border-radius: $rad
-moz-border-radius: $rad
-ms-border-radius: $rad
border-radius: $rad
height: $height
width: $width
line-height: $height
text-align: center
background: $bg
color: $color
margin: 0 auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment