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.