New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lost-align issue #233
Comments
@eybarta I might be misunderstanding this but it looks to be this works as expected.
Please let me know if this I'm not understanding this correctly. Maybe some of the code you're working with? Thanks! |
Crap, I think @eybarta is right.
|
Will look into this tonight. |
I just noticed this too. I thing @eybarta is right too. Unlike the position-based alignment, the flex alignment properties should be applied on the container element, because they specify how a flex element arranges its items. The way that it is implemented right now, it will apply these properties ( |
|
glad this is being addressed |
i have the same problem here :)! |
Fixed here: #339 You'll see this in the beta version soon and in LostGrid v8. |
Thx for all your work, very refreshing using this grid and thx Peter for maintaining!
I'm not sure if I'm doing something wrong.. but using
lost-align
on a parent seems to give thejustify-content
andalign-items
properties to the children instead of the parent resulting in incorrect behavior.. I looked @ lost/lib/lost-align.js and it seems the conditional styles are always given to ' > * ',am I misunderstanding something or is this a bug?
The text was updated successfully, but these errors were encountered: