codeape (owner)

Revisions

gist: 230610 Download_button fork
public
Public Clone URL: git://gist.github.com/230610.git
Embed All Files: show embed
rounded_corners.sass #
1
2
3
4
5
=rounded_corners(!radius)
  :border-radius = !radius
  :-moz-border-radius = !radius
  :-webkit-border-radius = !radius