From: koki-higashikawa Date: Tue, 4 Jul 2017 08:57:03 +0000 (+0900) Subject: Fixed #10333 X-Git-Tag: v6.4.2-rc2~1^2~35^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10335%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fixed #10333 --- diff --git a/scss/prototype/_rounded.scss b/scss/prototype/_rounded.scss index b09fb3d56..7e372110e 100644 --- a/scss/prototype/_rounded.scss +++ b/scss/prototype/_rounded.scss @@ -45,7 +45,7 @@ $prototype-border-radius: rem-calc(3) !default; @include border-rounded; } .#{$size}-radius { - @include rounded-radius; + @include border-radius; } } }