From: RafiBomb Date: Tue, 30 May 2017 20:21:16 +0000 (-0700) Subject: updates border none to 0 cause it's shorter X-Git-Tag: v6.4.0-rc1~23^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c152aaab9135e65d799a6e325dc88f5358c546d3;p=thirdparty%2Ffoundation%2Ffoundation-sites.git updates border none to 0 cause it's shorter --- diff --git a/scss/prototype/_border-none.scss b/scss/prototype/_border-none.scss index 54080384e..1dc9a002d 100644 --- a/scss/prototype/_border-none.scss +++ b/scss/prototype/_border-none.scss @@ -12,7 +12,7 @@ $prototype-border-none-breakpoints: $global-prototype-breakpoints !default; /// Border none utility @mixin border-none { - border: none !important; + border: 0 !important; } @mixin foundation-prototype-border-none {