Demo for how to include, customize, and compile Bootstrap's Sass/CSS with npm.
Перейти к файлу
Mark Otto 6090306f69 Add kitchen sink to demo the changes one can make to Bootstrap 2018-07-24 22:07:50 -07:00
.gitignore update gitignore 2018-07-18 11:01:46 -07:00
bootstrap-custom.scss reorganize the entire thing, focus on customizing 2018-07-20 20:34:04 -05:00
index.html Add kitchen sink to demo the changes one can make to Bootstrap 2018-07-24 22:07:50 -07:00
package-lock.json update npm 2018-07-15 23:46:24 -07:00
package.json reorganize the entire thing, focus on customizing 2018-07-20 20:34:04 -05:00
readme.md readme updates 2018-07-24 22:07:11 -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 and open the included HTML page, index.html, in your browser.