From 38d70d5943b98c4818f1caa52b68f28deee8432a Mon Sep 17 00:00:00 2001 From: koki-higashikawa Date: Tue, 4 Jul 2017 17:57:03 +0900 Subject: [PATCH] Fixed #10333 --- scss/prototype/_rounded.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } } -- 2.47.2