-
-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Description
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.
