Yelp’s Style Guide
engineeringblog.yelp.com
Yelp’s Style Guide
1–10 of 21 posts
Re: Yelp’s Style Guide
#2Re: Yelp’s Style Guide
#3Re: Yelp’s Style Guide
#4I've never tried making something like their dotted definition list, and I like how simple and elegant it is.
I'd say the list should be 1 dl, with 2 dt/dd pairs, the third a dt followed by one or two dds (either works), and the last a dt with a blank or placeholder dd, so that if another dt is added, it's not considered two terms for one description.
Though that's really more of a nit-pick.
Re: Yelp’s Style Guide
#5(Win 7 on FF)
Re: Yelp’s Style Guide
#6Re: Yelp’s Style Guide
#7I've never tried making something like their dotted definition list, and I like how simple and elegant it is.
toc > chapter:after {
content: leader(dotted) target-counter(attr(href, page), page);
}
which does the right thing typographically, even with line wraps and multiple columns. Really great for tables of content and indices.[1] Another example: http://www.w3.org/Style/Examples/007/leaders.en.html
Re: Yelp’s Style Guide
#8Re: Yelp’s Style Guide
#9Sadly we never released our style guide to the public, but we did open source the tool for building it: https://github.com/trulia/hologram
It tries to keep things simple by letting you use markdown and html to document your css/js inline and then extracting that into a style guide.
1. http://www.stubbornella.org/content/2013/06/05/creating-livi...
Re: Yelp’s Style Guide
#10Love it! But is this thin, grainy font by design? http://imgur.com/TGCnZXV (Win 7 on FF)