Skip to content

Wrong margin-bottom value when use offset  #382

Description

@pryann

Is this a feature request or a bug report?
Bug

Hello,

If I create a simple grid:

<div class="main"> 
        <div>lorem</div> 
        <div>lorem</div> 
</div> 

Than I format them:

.main {
  lost-center: 1000px 15px;
  height: 100%;
}

.main > div {
  lost-row: 1/3;
}

.main div:first-child {
  lost-offset: 1/3 column;
}

The second div is out of the main div.
I attached a file.

Thanks.
lostgrid

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions