Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/twbs/bootstrap-npm

Demo for how to include, customize, and compile Bootstrap's Sass/CSS with npm.
https://github.com/twbs/bootstrap-npm

bootstrap bootstrap-demo css scss

Last synced: about 4 hours ago
JSON representation

Demo for how to include, customize, and compile Bootstrap's Sass/CSS with npm.

Awesome Lists containing this project

README

        

# 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.](https://nodejs.org/en/download/)

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

```bash
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.