For some reason my grid is only showing the mobile (3 column) grid at all screen sizes. I am using the values below and don't understand what I am doing wrong. Any suggestions would be most welcome
@include add-grid(3);
@include add-grid(6 at 320px);
@include add-grid(12 at 740px);
@include add-gutter(1/3);
I am using the gems below
Using sass 3.3.14
Using breakpoint 2.5.0
Using singularitygs 1.2.1