assets/stylesheets/helio/_borders.scss in helio-0.0.1.2 vs assets/stylesheets/helio/_borders.scss in helio-0.0.1.3

- old
+ new

@@ -300,5 +300,13 @@ $name: $border-width-index; $value: nth($helio-border-widths, $border-width-index); @include border-widths(#{$name}, #{$value}); } + +@include border-radiuses(0, 0px); +@for $space-index from 1 through length($helio-spaces) { + $name: $space-index; + $value: nth($helio-spaces, $space-index); + + @include border-radiuses($name, $value); +}