1 2 3 4 5 6 7 8 9
.corners { $radius: $outer-radius + $outer-gap; box { box-shadow: 0 0 0 $radius $base; border-radius: $radius $radius 0 0; } }