GitXplorerGitXplorer
t

bootstrap-npm

public
33 stars
14 forks
4 issues

Commits

List of commits on branch master.
Unverified
12eac4ceb189638b597708d621fc86fa9c9aac2e

remove kitchen sink for now

mmdo committed 6 years ago
Unverified
a4f6ecb20e4e49b06b87fd4a1a8f0a3fa2a965e5

more docs edits

mmdo committed 6 years ago
Unverified
e06124758794edc7fd829f7976ab21b842106e96

reorganize the entire thing, focus on customizing

mmdo committed 6 years ago
Unverified
f004a9f14df0c9b0ead9df52494b9dda43cf8608

clean up utils to match

mmdo committed 6 years ago
Unverified
e3cc011bc77656b5c43883554d571a26d5a190ea

Update custom build with clearer docs, snippets, code comments, and more

mmdo committed 6 years ago
Unverified
61a5025aa365ffef4f80bbd52d37c29a69a31066

update gitignore

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.