Seems like there's already an issue but was left unanswered.
https://github.com/jgthms/bulma/issues/386
Having to manually add justify-content and align-items manually on containers, I'm wondering if we could have a class for that?
Suggesting to use
is-justified-centeris-justified-startis-justified-endis-justified-aroundis-justified-betweenis-aligned-startis-aligned-centeris-aligned-endis-aligned-stretchis-aligned-baselineI'm not sure if it's essential. It goes against the idea of separating content and styles. There are already quite a few helper classes that style directly, but this might lead to having marign-top-10 classes, and then you're basically styling in the HTML.
true, guess it's best to keep it small without too many utility classes. Thanks! @jgthms
Any updates?
Most helpful comment
Any updates?