tylertate/semantic.gs

Vertical grid/rhythm

gioele opened this issue · 1 comments

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); }

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.