0

When I setup my grid with a map in susy

$susy: (
  columns: 12,
  gutters: 1/4,
  math: fluid,
  output: float,
  gutter-position: inside,
);

It does not like the gutter as a fraction and I have had to change this to a decimal. No big deal but why if the documentation says this is how to do it does it break?

http://susy.readthedocs.org/en/latest/settings/

I am using libsass with compass-mixins installed via bower but am pretty sure this happened when I ran with compass.

Sharky
  • 6,154
  • 3
  • 39
  • 72
LeBlaireau
  • 17,133
  • 33
  • 112
  • 192

1 Answers1

0

This is a known bug in libsass, and has already been fixed - but that fix has not trickled down into node-sass yet.

Miriam Suzanne
  • 13,632
  • 2
  • 38
  • 43