cksource-archive / samples-framework

☠☠☠ This repository is no longer used ☠☠☠
Other
0 stars 0 forks source link

Do we really nedd grid-container-nested? #32

Open adelura opened 9 years ago

adelura commented 9 years ago

Are we obligated to always add grid-container-nested class into grid container which is nested in some grid-container ancestor? Grid container nested allow us to get rid of side whitespaces for first and last child.

If by design we always want to add -nested suffix, then we can get rid of that class and do it by CSS selector instead of this we can make this such way:

.grid-container .grid-container {. Above means that this is nested.