Download

Bootstrap Essentials

Compiled and minified CSS and JavaScript. No original source files are included.

Download

Source code

Source scss and JavaScript. Requires a SCSS compiler and some setup.

Download source

Install with Bower

You can also install and manage Bootstrap's Sass, CSS and JavaScript using Bower:

$ bower install bootstrap-essentials

Autoprefixer required for Sass

Bootstrap Essentials uses Autoprefixer to deal with CSS vendor prefixes. If you're compiling Bootstrap Essentials from its Sass source and not using our Gruntfile, you'll need to integrate Autoprefixer into your build process yourself. If you're using precompiled Bootstrap or using our Gruntfile, you don't need to worry about this because Autoprefixer is already integrated into our Gruntfile.