From 3295db75a0f951e66544117306fb642cdefc6b8b Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Mon, 3 May 2010 18:52:25 -0700 Subject: [PATCH] [Compass Core] Remove duplicative styles from the border-corner-radius mixin. --- .../compass/stylesheets/compass/css3/_border-radius.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/frameworks/compass/stylesheets/compass/css3/_border-radius.scss b/frameworks/compass/stylesheets/compass/css3/_border-radius.scss index 195f11e9..f3232318 100644 --- a/frameworks/compass/stylesheets/compass/css3/_border-radius.scss +++ b/frameworks/compass/stylesheets/compass/css3/_border-radius.scss @@ -14,9 +14,6 @@ $default-border-radius: 5px !default; // * legal values for `$horz`: `left`, `right` @mixin border-corner-radius($vert, $horz, $radius: $default-border-radius) { - border-#{$vert}-#{$horz}-radius: $radius; - -moz-border-radius-#{$vert}#{$horz}: $radius; - -webkit-border-#{$vert}-#{$horz}-radius: $radius; // Support for mozilla's syntax for specifying a corner @include experimental("border-radius-#{$vert}#{$horz}", $radius, -moz,