_rounded.sass 113 B

123
  1. @mixin rounded($radius: null, $important: false)
  2. &
  3. border-radius: $radius if($important, !important, null)