Susy: Status V3

Created on 12 May 2016  ·  3Comments  ·  Source: oddbird/susy

hello
was wondering what the status of V3 is - any flex box support yet?

Thanks

Most helpful comment

v3 is not far from a beta release, but it's hard to estimate any date - that's the nature of open source.

v2 already works great with flexbox. There is no reason to build a mixin around it, like we did for floats. We don't see good way to improve on the css syntax, but you can align flex-items to the grid using our span() and gutter() functions:

.item {
  flex: 1 1 span(2);
  margin-right: gutter();
}

That will still be true in v3.

All 3 comments

v3 is not far from a beta release, but it's hard to estimate any date - that's the nature of open source.

v2 already works great with flexbox. There is no reason to build a mixin around it, like we did for floats. We don't see good way to improve on the css syntax, but you can align flex-items to the grid using our span() and gutter() functions:

.item {
  flex: 1 1 span(2);
  margin-right: gutter();
}

That will still be true in v3.

Hi, since it's been a while since this issue was closed I just wanted to check for status of V3 again while also thanking you on the amazing work you've done so far with Susy.

@ozke getting very close. basically just missing full documentation.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bs-thomas picture bs-thomas  ·  8Comments

semiromid picture semiromid  ·  16Comments

metaskills picture metaskills  ·  15Comments

robsonsobral picture robsonsobral  ·  12Comments

nmabhinandan picture nmabhinandan  ·  78Comments