dwyl / learn-html5

:earth_africa: Learn how to use HTML5 (from scratch) to build websites/web applications!
GNU General Public License v2.0
35 stars 8 forks source link

What is the difference between Twitter Bootstrap and Bootstrap? #25

Open ghost opened 7 years ago

ghost commented 7 years ago

I´m having some difficulties understanding this difference.. https://github.com/dwyl/learn-html5/pull/23

iteles commented 7 years ago

https://stackoverflow.com/questions/17710862/what-is-difference-between-bootstrap-twitter-bootstrap-and-bootstrap-3

Note: The latest version is now on (Twitter) bootstrap 4

nelsonic commented 7 years ago

Firstly: https://github.com/dwyl/dwylbot/issues/76 Next: to respond to your question which relates to: https://github.com/dwyl/learn-html5/pull/23#issuecomment-308933448 We don't use (Twitter) Bootstrap the UI Library http://getbootstrap.com/css/ in dwyl because it "hides" too much from beginners and means that later on the CSS/Styles will be chaos 💩 Instead we advocate using: https://github.com/dwyl/learn-html5/pull/23#issuecomment-308933448 And for that we created a UI which replicates (Twitter) Bootstrap: https://github.com/dwyl/tachyons-bootstrap Demo: https://dwyl-tachyons-bootstrap.herokuapp.com

@edwardcodes please let us know when you read through those links and if you have any further questions. thanks.