Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS Bootstrap Basics Building Forms With Bootstrap Add Custom CSS to Your Bootstrap Site

Bootstrap Vs. Sass

Guil Hernandez Yet another Amazing series! I love the way you break things down and make everythign seem so simple.

I took your Sass course earlier and am wondering which you prefer for your own personal projects and why? Bootstrap or Sass?

From what I've observed Bootstrap allows for faster builds and seems less prone to errors being that its developed by a team. Bootstrap also includes JavaScript which is great if you don't know JS. Bootstrap takes up more space because it uses an entire library and you may use only a small portion of the library so there's wasted space? I'm actually unclear on the last point.

Sass on the other hand can make for cleaner HTML markup and allows for more control over the design of your website, which is a good thing, but only if you're good with layout & design.

These are strictly my only own observations and I am by no means a pro developer so I can be wrong. I'd love to hear more on this topic from a more experienced developer such as yourself.

Thanks in advance =)

2 Answers

Bootstrap and SASS are not actually similar.

SASS is a CSS preprosessor while bootstrap is a framework/template library. They have completely different use cases.

You are correct. But I guess my questions stems because I've seen on Twitter developers saying they'd prefer to use strictly Sass without Bootstrap and I'm wondering why and would like to know Guil's thoughts.

Bootstrap is a framework and Sass is a preprocessor but they are both used to manipulate the layout. Additionally, Bootstrap and Sass can be used together. I'm simply wondering Guil's preferred setup of choice. I know a lot of this is opinionated.

Ok, that's not something I can help you with. Personally I use neither.

Zimri Leijen No worries. I appreciate you taking the time to help. A lot of this is opinionated. I'm seeing a lot of developers lately getting into another CSS framework called Tailwind

https://tailwindcss.com/

Ya, tailwind seems like a great front-end framework. Too bad I'm new to front-end frameworks, going to have to practice on bootstrap for a while before I can start using it.

Yeah I like tailwind too