issues
search
campaignmonitor
/
shell
Campaign Monitor's CSS library
MIT License
15
stars
4
forks
source link
New modifiers for Grid item
#102
Closed
chris-pearce
closed
7 years ago
chris-pearce
commented
7 years ago
Allow finer alignment control, e.g.:
justify-content: flex-end
.
Allow
flex: 1
to be applied to take up remaining width.
Kill
l-grid__item--align-center
??
justify-content: flex-end
.flex: 1
to be applied to take up remaining width.l-grid__item--align-center
??