The Wayback Machine - https://web.archive.org/web/20200619170637/https://github.com/twbs/bootstrap-npm
Skip to content
This repository has been archived by the owner. It is now read-only.
Demo for how to include, customize, and compile Bootstrap's Sass/CSS with npm.
HTML
Branch: master
Clone or download

Latest commit

Latest commit d6e8fa1 Jul 29, 2018

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.gitignore update gitignore Jul 18, 2018
LICENSE.md Create LICENSE.md Jul 25, 2018
bootstrap-custom.scss reorganize the entire thing, focus on customizing Jul 21, 2018
index.html update docs on scripts Jul 29, 2018
package-lock.json update npm Jul 16, 2018
package.json Move watch task to separate script, fixes #5 Jul 29, 2018
readme.md update docs on scripts Jul 29, 2018

readme.md

Bootstrap via npm

Demonstrates how to include, customize, and compile Bootstrap's CSS via npm.

Usage

This project requires the installation of Node.js. Download and install it here.

With Node.js installed, download or clone this project. Then, from the directory root:

npm install
npm start

This will compile the provided Sass file, bootstrap-custom.scss, into a new CSS file. Open the included HTML page, index.html, in your browser to view the demo.

You can’t perform that action at this time.