0

I have a Susy 2 grid with zero gutters (gutters: 0px/150px). Using pull in layout throws error on compile: (Line 54 of _margins.scss: Invalid null operation: "-1050px plus null".)

How do I define zero gutters in Susy so I can use pull without errors?

terotik
  • 1
  • 1

1 Answers1

0

Fixed.

I had 'gutter-position: split'. Changing to 'gutter-position: inside' solved the pull/push problem.

terotik
  • 1
  • 1