Skip to content

Instantly share code, notes, and snippets.

@scottwater
Created December 29, 2011 04:37
Show Gist options
  • Save scottwater/1531929 to your computer and use it in GitHub Desktop.
Save scottwater/1531929 to your computer and use it in GitHub Desktop.
Quick Notes on BootStrap vs. Foundation
- Bootstrap feels more opinionated and ready launch (prototypes)
- Bootstrap is being used everywhere. This is great for bug fixes, plugins, etc...
- Bootstraps popularity sucks because I suspect 1 in 5 new sites will look identical next year.
- Foundation uses sass. Bootstrap (conversions/ports) favor scss. I prefer scss.
- I also like how you can override BootStrap variables without changing the actual source
- Foundation has responsive support today.
- Foundation has some interesting mobile style options
- Bootstrap appears poised for a V2 with lots of breaking changes.
In the end, I like where the community is going with Bootstrap.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment