Closed jh3y closed 8 years ago
Clusters are essentially nested layouts so why not play on this fact and reduce the number of classes that need to be remembered.
Currently, we have a dw-cluster classname. But, this could just be a repeat of the dw classname?
dw-cluster
dw
It's worth playing with this to see if the amount of classes could be reduced. dw-cluster is essentially dw dw.
dw dw
@jh3y
Invalid as clusters need to fill any whitespace, hence the use for display: flex and not nested layouts.
display: flex
Issue summary
Clusters are essentially nested layouts so why not play on this fact and reduce the number of classes that need to be remembered.
Currently, we have a
dw-cluster
classname. But, this could just be a repeat of thedw
classname?It's worth playing with this to see if the amount of classes could be reduced.
dw-cluster
is essentiallydw dw
.@jh3y