Created
December 29, 2011 04:37
-
-
Save scottwater/1531929 to your computer and use it in GitHub Desktop.
Quick Notes on BootStrap vs. Foundation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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