-
Notifications
You must be signed in to change notification settings - Fork 28
Safari 7 #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occ 8000 asionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi Chris, |
Yeah I don't use Sass anymore. If someone wants to put together a PR to implement the font-size hack, like in suitcss/grid, then I'll accept it. |
@necolas I am intrigued, why did you decide to move away from sass and just use plain css? Did you write about it? |
Haven't written about it. Might do at some point. |
Another possible solution may be to use the |
I think there was some kind of change in Safari 7 that changed rounding (again). Ultimately it breaks griddle.
Changing the letter-spacing from -0.31em to -0.32em fixes it, but then it's a bit ragged-right. Might wanna try the font-size: 0; thing or some other approach.
The text was updated successfully, but these errors were encountered: