IC - Chapter 7 Installing front end tools (Bootstrap, GULP, SAAS, etc.)


#1

After getting everything successfully installed I’m just curious if it is normal that my “style.css” file now has over 4500 lines of code in it??? Everything seems to work, but it just seems like there is more going on in there then should be. Is that normal???


#2

Yeeeah that’s Bootstrap. You can customize the package (http://v4-alpha.getbootstrap.com/getting-started/download/#custom-builds) or go into the SCSS files and remove the ones that you don’t need, but yeah, it’s huge. That said, that shouldn’t add a lot of rendering time to your site.