Skip to content
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

Need "last" prop on Col #43

Open
chrisbull opened this issue May 29, 2017 · 1 comment
Open

Need "last" prop on Col #43

chrisbull opened this issue May 29, 2017 · 1 comment

Comments

@chrisbull
Copy link

Last property should be on the column to make the column move to the last position.

See example on http://flexboxgrid.com/ or:

<div class="row">
    <div class="col-xs-2 last-xs">
        <div class="box">
            1
        </div>
    </div>
    <div class="col-xs-2">
        <div class="box">
            2
        </div>
    </div>
    <div class="col-xs-2">
        <div class="box">
            3
        </div>
    </div>
</div>
@LoicMahieu
Copy link
Owner

Hi! Yeah last feature could be cool! There is some other features from flexboxgrid that are not implemented yet.
I don't have time for that at this moment but if you need this feature, feel free to try to implement it and propose a pull request ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants