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

All offset columns are generated as "g-offset1" #15

Closed
nicbell opened this issue Mar 20, 2014 · 1 comment
Closed

All offset columns are generated as "g-offset1" #15

nicbell opened this issue Mar 20, 2014 · 1 comment

Comments

@nicbell
Copy link
Member

nicbell commented Mar 20, 2014

It looks like all offsets are being generated as g-offset1.
The bug is on line 121 of _choreographic-grid.scs
.g-row > .g-offset1 { the '1' should be dynamic.

This is the current output.

    .g-row > .g-offset1 {
        margin-left: 0.03157895%;
    }

    .g-row > .g-offset1:first-child {
        margin-left: 10.03157895;
    }

    .g-row > .g-offset1 {
        margin-left: 0.14736842%;
    }

    .g-row > .g-offset1:first-child {
        margin-left: 20.14736842;
    }
@mrmartineau
Copy link
Member

This has bee resolved in your PR.

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