GitXplorerGitXplorer
t

bootstrap-npm

public
33 stars
14 forks
4 issues

Commits

List of commits on branch master.
Unverified
d6e8fa15be8bcb379de25108259b77021e2f4b61

update docs on scripts

mmdo committed 6 years ago
Unverified
2d9b2b8ba50a05d39a46e4d5f070936c18667b1f

Move watch task to separate script, fixes #5

mmdo committed 6 years ago
Unverified
9e0238b14e77fd78f5d8707cefe9815ec1544332

Merge branch 'master' of https://github.com/twbs/bootstrap-npm

mmdo committed 6 years ago
Unverified
1430152ad7e2f0bbeacd4bb64536ec7b687b8fbc

page title

mmdo committed 6 years ago
Verified
cdf94aea345b39352b104467c66d933de931bd8f

Create LICENSE.md

mmdo committed 6 years ago
Unverified
ace69a3dcd56af8b9d603d7acec386599a131830

readme updates

mmdo committed 6 years ago

README

The README file for this repository.

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.