Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 514 Bytes

readme.md

File metadata and controls

16 lines (10 loc) · 514 Bytes

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.