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 trialPhillip Legault
Courses Plus Student 18,888 PointsBootstrap Customize and downloads
The components and layout are different than the video
Miltiadis bouxalakis
Courses Plus Student 3,722 PointsThis is true cause Bootstrap is an on-going project that updates itself regularly so the video is outdated when it is compared to the Updated Bootstrap Version.
1 Answer
Brett Wood
9,805 PointsI know this is a year later, but might help other people. The layout is a bit different because I think they've changed the underlyings of the LESS structure to make it more modular. For example, in the container section for @container-large-desktop, it used to be just a static pixel value, but now they've added (1140px + @grid-gutter-width). I'm a little cloudy myself on exactly how they're linking things together, but if you take the course "Modular CSS with SASS" in the CSS section, it'll help you understand a lot more of what's going on. Bootstrap 4 will be moving to SASS so learning how they might be constructing the meat of the framework using SASS helps a lot :)
Aurelian Spodarec
7,369 PointsAurelian Spodarec
7,369 Pointsmaybe because they edited it later in the video so if you download the code that was before the video ur watching , it may be the same as in the video . Maybe .