zurb/foundation-sites-6

Order of Settings

Closed this issue · 1 comments

Shouldn't be $rem-base before the first rem-calc(...) function?
Otherwise the first rem-calc uses the wrong $rem-base!?

This is currently wrong in your settings:
https://github.com/zurb/foundation-sites-6/blob/develop/scss/_settings.scss#L72
https://github.com/zurb/foundation-sites-6/blob/develop/scss/_settings.scss#L46

We're discussing a solution at foundation/foundation-sites#7021