zurb/foundation-sites-6

sass breakpoint size to em calculation

Closed this issue · 1 comments

saski commented

On /util/_breakpoint.scss, line 71:
$bp-max: -zf-bp-to-em($bp-max) - (1/16);

The hardcoded 16 makes it does not work when changing $global-font-size on _settings.scss

Closing in favor of foundation/foundation-sites#7500 so we can consolidate issues.