Vertical grid/rhythm
gioele opened this issue · 1 comments
gioele commented
It would be nice to have a way in Semantic.gs to define a vertical grid or to impose a vertical rhythm.
Something like (in SCSS)
h1 { margin-bottom: vertical-unit(2); }
p { margin-bottom: vertical-unit(1); }
tylertate commented
I'm all in favor of elegant vertical rhythm. I think it's a sufficiently different problem from grid layout, however, that to address the issue properly would entail a completely separate library. I'll definitely keep it in mind though. Thanks.