Skip to content

Example of using a custom Bootstrap build with bootstrap-sass and bower

Notifications You must be signed in to change notification settings

studioiq/custom-bootstrap-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customising a Bootstrap SASS build

This project demonstrates an example of customising a Bootstrap SASS build.

This sample project uses npm to install Bootstrap-SASS and Gulp to build the CSS with gulp-sass.

Installation

First, you'll need to download and install bootstrap-sass and all its related dependencies using npm:

$ npm install

Then build the CSS by running gulp:

$ gulp

Once you have built the CSS, open index.html in your web browser to view the customized Bootstrap template.

To customize the build further, modify the variables in css/_variables.scss.

Copying

To the extent possible under law, the author has dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.

CC0 Public Domain Dedication license: http://creativecommons.org/publicdomain/zero/1.0/

About

Example of using a custom Bootstrap build with bootstrap-sass and bower

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 54.0%
  • HTML 44.1%
  • JavaScript 1.9%