25 comments

  • Alex BaldwinAlex Baldwin, over 9 years ago

    Hey guys, thanks for sharing Neat around. We find it incredibly useful ;)

    Here's a sneak peek at our latest library, Refills, which is reusable components based on Bourbon, Bitters, and Neat.

    9 points
  • Jake ChapmanJake Chapman, over 9 years ago

    This has been my framework of choice for the past year and I doubt I'll be switching to anything in the near future.

    Love what the guys at thoughtbot are doing with Bourbon. Keeping things light and to the point instead of being as verbose as Compass. +10xp for thoughtbot.

    8 points
  • Kenan Bendz, over 9 years ago

    I use bourbon + neat for all my projects. It's definitely my favourite sass framework, with great documentation. virtual high five to thoughtbot.

    4 points
  • Mike DeLeonMike DeLeon, over 9 years ago

    I've been using this framework since the beginning of the year & I'm loving it. Super simple terms & paired with bourbon, it's really solid.

    3 points
  • Ryan DRyan D, over 9 years ago (edited over 9 years ago )

    I love Bourbon, but I also appreciate the useful components that come with Bootstrap and Foundation (forms, collapsing nav, js behaviors, etc).

    I came across this: http://thoughtbot.github.io/bourbon_ui_smash/ but I don' t think it's being maintained.

    In reality, I don't use 90% of the components in Bootstrap or Foundation. But knowing I can lean on them in a pinch informs my decision when I choose a framework. Just saying.

    3 points
  • Cole RobertsCole Roberts, over 9 years ago

    +1 for Neat & Bourbon. They're both the starting point for any project I start.

    2 points
  • Tim FletcherTim Fletcher, over 9 years ago

    Thoughbot are doing some great work on both of these projects. There's some key differences between Bourbon/Neat and Compass though.

    Firstly, Bourbon/Neat do not require any 'unsemantic' classes in your markup (if you have an issue with that). No row and column classes required.

    Secondly, Bourbon/Neat are pure Sass whereas Compass has some native C extensions. That's cool because you can use libsass (via grunt-sass), the super-fast C implementation of Sass rather than the Ruby based one. If you're using large frameworks like Foundation then compilation can become quite slow. libsass helps with this a lot.

    2 points
    • Tim GauthierTim Gauthier, over 9 years ago

      Wait... I don't need compass to use bourbon.. man I feel like a fool! I've been using both (actually using things from both, such as vertical rhythm etc)..

      I like Neat, a lot. I'm still fairly new to making my own grids, but I think I like it. I think i am starting to understand it too.

      0 points
  • Paul BamfordPaul Bamford, over 9 years ago

    Can highly recommend Bourbon and Neat. Been using them on my projects for the past couple of years now and they're the base for a rapid prototyping framework I'm developing at the moment. So quick to put things together, very flexible and no need for the ugly column span classes you get in more prescriptive frameworks.

    1 point
  • Joe ParkerJoe Parker, over 9 years ago

    I've started to use Susy, which is apparently one of the preferred frameworks used by Sass core contributors.

    http://susy.oddbird.net

    It's great. I look forward to trying Bourbon & Neat to compare, though.

    1 point
    • Bryan KulbaBryan Kulba, over 9 years ago

      Susy is my grid-maker of choice. I've found that it makes IE debugging so much easier. I have zero complaints about it.

      0 points
  • Bryan KulbaBryan Kulba, over 9 years ago

    I definitely love Bourbon, and want to give Neat on a project soon!

    1 point
  • Matt SistoMatt Sisto, over 9 years ago

    Bourbon and Neat were both the first libraries of their kinds that I used (we worked with Thoughtbot in our early days to get off the ground). I've tried several others, but I always come back to Bourbon and Neat because they are rather un-opinionated and stay out of my way.

    0 points
  • Razvan HRazvan H, over 9 years ago

    We are almost done with a redesign of our flagship website and we are thinking of using Neat. It looks very cool, I would like to see it get more traction though.

    0 points
  • Account deleted over 9 years ago

    Why is this more semantic than a class based grid? Classes have no semantic meaning and neither do wrapping divs :)

    0 points
    • Fabricio Rosa MarquesFabricio Rosa Marques, over 9 years ago

      Not sure if I'm understanding your question, but basically you can just use the provided mixins/functions and build custom classes as they make sense in your particular setup/layout :)

      0 points
    • Andrew CrockerAndrew Crocker, over 9 years ago

      You're right. classes don't have any meaning so semantic isn't the right word. But it lets you keep all your layout and mediaquery stuff in the CSS file, away from the content.

      Recently I completed a project using Neat. We had a large last minute change to the layout on a family of pages. So I jumped into my _layout.sass file, changes a couple numbers around, and then it just worked. it saved me from having to dig through multiple .haml documents and change classes throughout.

      1 point
    • Andrew CrockerAndrew Crocker, over 9 years ago

      Oh right. As an added bonus you can also specify decimal grid widths, not that is really required.

      0 points
  • Cole TownsendCole Townsend, over 9 years ago

    I've built my last several projects with Neat! It's incredible useful. Sometimes I do find myself setting float: none, but that might be a me problem rather than a Neat problem.

    Meeet.conew portfolio site

    0 points