]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Extraneous line in foundation.scss file 4659/head
authorAudra Johnson <audrakjohnson@gmail.com>
Wed, 12 Mar 2014 19:32:31 +0000 (12:32 -0700)
committerAudra Johnson <audrakjohnson@gmail.com>
Wed, 12 Mar 2014 19:32:31 +0000 (12:32 -0700)
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

index 62b8940723e8907424ef22985aa021fd166952da..8155b848cbd033f7111491ab6d48ce64fa695bef 100644 (file)
@@ -43,5 +43,3 @@
   "foundation/components/type",
   "foundation/components/offcanvas",
   "foundation/components/visibility";
-
-  // * { border-radius: 500px !important; }