zurb / foundation-sites-6

[ARCHIVED] Version 6.0 of Foundation for Sites (Public Beta).
MIT License
14 stars 4 forks source link

Changing base font size DOES affect grid breakpoints #326

Closed designerdean closed 8 years ago

designerdean commented 8 years ago

The documentation's indicates that, "if you want your base font size to be different and not have it affect the grid breakpoints, set $rem-base to $global-font-size and make sure $global-font-size is a pixel value" (http://foundation.zurb.com/sites-6-docs/global-styles.html#font-sizing). I've done that but it actually does affect the grid sizing.

As you can see from the attached screenshots, I have set $global-font-size to 22px; and $rem-base to $global-font-size. In the attached browser screenshot, you can see that the "small" breakpoint is being applied before hitting the 550px point (the point I defined in my breakpoint variables, also attached).

screen shot 2015-11-19 at 10 45 44 am screen shot 2015-11-19 at 10 42 31 am screen-shot-2015-11-19-at-10 44 27-am

gakimball commented 8 years ago

Duplicate of zurb/foundation-sites#7021