@mixin border-radius($size){
  border-radius: $size;
}

$variable: @include border-radius(3px !important);
