You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.
I have some doubts about the property naming choices. using different names will force to learn another Bootstrap instead of applying regular Bootstrap conventions. For instance, why this option?
Hey, thanks for popping in, and thanks for the suggestion.
This project is currently very inactive. I've been busy with https://github.com/egil/bunit, which I hope I can get out in a stable release soon, so I can get back to this project.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi great effort! Will be watching this!
I have some doubts about the property naming choices. using different names will force to learn another Bootstrap instead of applying regular Bootstrap conventions. For instance, why this option?
<div class="row align-items-start"></div> | <Row VerticalAlign="start"></Row>
and not this one instead?
<div class="row align-items-start"></div> | <Row AlignItems="start"></Row>
Just my 5 cents ;)
The text was updated successfully, but these errors were encountered: