7 comments

  • Jeffrey LoJeffrey Lo, over 9 years ago

    Awesome update. Can't wait until libsass supports Sass 3.3!

    3 points
    • Kenneth OrmandyKenneth Ormandy, over 9 years ago (edited over 9 years ago )

      Bourbon has libsass support with version 3.x, which is being maintained alongside 4.x. There’s feature parity as much as possible. You should be able to gem install bourbon -v 3.2.1 if you’re using sass-rails, or npm install thoughtbot/bourbon#v3.2.1 or bower install bourbon#3.2.1 if you’re using node-sass.

      0 points
  • Matt SistoMatt Sisto, over 9 years ago

    Yusssss new flexbox mixins.

    3 points
  • Koy CarrawayKoy Carraway, over 9 years ago

    Whats new?

    3 points
  • Jim NielsenJim Nielsen, over 9 years ago

    I currently use Compass whenever creating new products. Any reason Bourbon is worth switching to?

    0 points
    • Mattan IngramMattan Ingram, over 9 years ago

      If you use Autoprefixer there isn't much need for Compass unless you use sprites. Bourbon has a few nice utilities I find useful, and has much nicer docs to find what you need.

      Also if you are using Grunt, switching to regular Sass 3.3 compiling let's you use source maps which are omgwtf amazing for development. In addition is the new Sass 3.3 "map" feature which is also really useful.

      1 point