assets/stylesheets/material/utilities/_border.scss in material-sass-4.0.0.beta3 vs assets/stylesheets/material/utilities/_border.scss in material-sass-4.0.0

- old
+ new

@@ -40,11 +40,10 @@ .border-left-0 { border-left: 0 !important; } -// Colour .border-black { border-color: $black !important; } .border-black-primary { @@ -83,10 +82,10 @@ border-color: $white-divider !important; } @each $color, $values in $theme-colors { .border-#{$color} { - border-color: map-get(theme-color($color), color) !important; + border-color: theme-color($color) !important; } } // Border radius