// for all corners since bourbon.io does not support this

cmi-border-radius($radius)

+border-top-radius($radius)
+border-bottom-radius($radius)

border-radius($radius)

+border-top-radius($radius)
+border-bottom-radius($radius)

// bourbon removed support // see - generatedcontent.org/post/37949105556/updateyourcss3

cmi-box-shadow($values…)

-webkit-box-shadow: $values
box-shadow: $values

box-shadow($values…)

-webkit-box-shadow: $values
box-shadow: $values

// bourbon removed support

box-sizing($radius)

-webkit-box-sizing: $radius
-moz-box-sizing: $radius
box-sizing: $radius

// keyframes

keyframes($name)

@-webkit-keyframes #{$name}
  @content
@-moz-keyframes #{$name}
  @content
@-ms-keyframes #{$name}
  @content
@keyframes #{$name}
  @content