Demo for how to include, customize, and compile Bootstrap's Sass/CSS with npm.
Перейти к файлу
Mark Otto d6e8fa15be update docs on scripts 2018-07-28 22:40:58 -07:00
.gitignore update gitignore 2018-07-18 11:01:46 -07:00
LICENSE.md Create LICENSE.md 2018-07-24 22:13:50 -07:00
bootstrap-custom.scss reorganize the entire thing, focus on customizing 2018-07-20 20:34:04 -05:00
index.html update docs on scripts 2018-07-28 22:40:58 -07:00
package-lock.json update npm 2018-07-15 23:46:24 -07:00
package.json Move watch task to separate script, fixes #5 2018-07-28 22:38:54 -07:00
readme.md update docs on scripts 2018-07-28 22:40:58 -07:00

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.