Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
Demo for how to include, customize, and compile Bootstrap's Sass/CSS with npm.
- Host: GitHub
- URL: https://github.com/twbs/bootstrap-npm
- Owner: twbs
- License: mit
- Archived: true
- Created: 2018-04-02T05:18:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T05:41:49.000Z (over 6 years ago)
- Last Synced: 2024-04-15T00:42:23.105Z (7 months ago)
- Topics: bootstrap, bootstrap-demo, css, scss
- Language: HTML
- Homepage:
- Size: 85.9 KB
- Stars: 33
- Watchers: 7
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
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.