Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 460 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 460 Bytes

customize-bootstrap-sass

Simple demo of customizing Bootstrap CSS styles using Gulp.

Usage

  1. Check out or download this demo project.
  2. Run command in your terminal:
$ cd customize-bootstrap-sass
$ npm install
$ gulp

Then you can see the customized result by opening demo.html in your browser.

A detailed tutorial is also available.