From: Audra Johnson Date: Wed, 12 Mar 2014 19:32:31 +0000 (-0700) Subject: Extraneous line in foundation.scss file X-Git-Tag: v5.2.1~10^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4659%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Extraneous line in foundation.scss file I notice that there's this line at the end of scss/foundation.scss: // * { border-radius: 500px !important; } It was introduced in this changeset: https://github.com/zurb/foundation/blob/09028fdb8abb171672de760d3173402a76ace32d/scss/foundation.scss#L47 It's a comment and seems like something extraneous that got into the commit by accident, especially considering this file is one that could be replicated by downstream users to include only certain components. --- diff --git a/scss/foundation.scss b/scss/foundation.scss index 62b894072..8155b848c 100644 --- a/scss/foundation.scss +++ b/scss/foundation.scss @@ -43,5 +43,3 @@ "foundation/components/type", "foundation/components/offcanvas", "foundation/components/visibility"; - - // * { border-radius: 500px !important; }