Questions tagged [susy-next]

Susy Next is a responsive layout toolkit for Sass.

Susy Next is a responsive layout toolkit for Sass.

http://susy.oddbird.net/

5 questions
2
votes
1 answer

What happened with gutter function/mixin in Susy 2?

This's my susy config $susy: ( flow: ltr, math: fluid, output: float, gutter-position: right, container: 1000px, container-position: center, columns: 12, gutters: .15, column-width: false, global-box-sizing:…
Lamp27
  • 23
  • 2
1
vote
1 answer

Switching Gutter Widths At Different Breakpoints Using Susy Next

Throughout my stylesheets I have calls to span, using Susy's mixins to control the widths of the numerous modules used across a site. I now have a requirement to change the grid gutter width at a given breakpoint. Whereas with a traditional grid…
Undistraction
  • 42,754
  • 56
  • 195
  • 331
0
votes
1 answer

Gutters in Susy remaining intact as spacing between elements. Bonus: wider doesn't work

There's an unwanted space between two blocks in susy. It seems to follow the size of the grid exactly, despite using the wide feature. $susy: ( columns: 9, gutters: 0.454, debug:(image: show, output : overlay,) ) ; #grid{ @include…
Andrew
  • 737
  • 2
  • 8
  • 24
0
votes
1 answer

Custom columns width with fluid grid susy

I would like to know if there is a way to change column width on susy but using fluid layouts instead of static.
bxg83613
  • 1
  • 1
0
votes
1 answer

How do gutters work in Susy 2?

I am trying to generate gutters which span 1/5 of 4 a column span. The global setup is: $page-width: 1080px; $susy: ( columns: 12, math: fluid, gutter-position: inside, gutters: 1/4.5, // will be overriden; I think ... …
Thomas Luzat
  • 710
  • 7
  • 21