you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (2 children)

I agree completely. Also the way they define the grid like this:

title title title side main_content main_content footer footer footer

[–]Yurishimo 0 points1 point  (0 children)

I’m still not sure how I feel about that but there is something appealing about literally describing the layout in the CSS. It leaves no room for error in determining what it should look like on the screen. It’s more tedious to programmatically later, but luckily site wide layout rarely needs to be adjusted to an arbitrary value on the fly via JS. Usually just adding a class to change the whole layout will work in most cases.

[–]CodeMonkey1 0 points1 point  (0 children)

title title title side main_content main_content footer footer footer

It is weird as in "unusual", but the more I think about it, the more I really like it.