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

Error when gutter-position set to “split” and gutter to “0” #468

Closed
brandondurham opened this issue Apr 24, 2015 · 1 comment
Closed

Comments

@brandondurham
Copy link

My settings:

$susy: (
    math: fluid,
    gutter-position: split,
    container: 1100px,
    columns: 12,
    gutters: 0,
    global-box-sizing: border-box
);

I was getting this error:

message: 'invalid null operation: ""16.66667%" plus null".'

… when using a margin mixin:

@include push(2 of 12);

The fix was to change gutter-position to “after”:

$susy: (
    math: fluid,
    gutter-position: after,
    container: 1100px,
    columns: 12,
    gutters: 0,
    global-box-sizing: border-box
);
@brandondurham
Copy link
Author

👍

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

1 participant