jakegiltsoff / sassline

Set text on the web to a baseline grid with Sass & rems using a responsive modular-scale.
https://sassline.com
1.38k stars 91 forks source link

Baseline grid off in Safari #13

Closed jakegiltsoff closed 9 years ago

jakegiltsoff commented 10 years ago

Seems the gradient used to show the baseline grid is off in Safari — seen both on mac and iPad.

jakegiltsoff commented 10 years ago

Digging deeper it seems that subpixel values aren’t rendering for padding in Safari (but are for margins) so the text isn’t aligned to the baseline.

jakegiltsoff commented 10 years ago

This is fixed in WebKit Nightly at least.

jakegiltsoff commented 9 years ago

Updated readme to reflect issue