From 23b01f919b4357dd82c5bd3929be6ca80576612f Mon Sep 17 00:00:00 2001 From: Audra Johnson Date: Wed, 12 Mar 2014 12:32:31 -0700 Subject: [PATCH] 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. --- scss/foundation.scss | 2 -- 1 file changed, 2 deletions(-) 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; } -- 2.47.2