bootstrap-4-customizer

A quick way to compile a custom-themed CSS file for Bootstrap 4.

MIT License

Stars
7

Quick Bootstrap 4 Customizer

A quick way to compile custom-themed Bootstrap 4 css.

To use:

1. Install the node-sass library:

$ npm install -g node-sass

2. Customize:

Clone this repo, then add your variable overrides to scss/custom.scss to update colors/fonts/etc. for this project. (See the Bootstrap 4 theming docs) for more info.

Note: the scss included here is from Bootstrap v4.1.3, so if you need to compile from a different version, just replace the contents of the folder with the contents of scss/bootstrap-scss from the proper release.

3. Build:

On the command line, cd into this project's directory, then run:

$ npm run compile

4. Use:

Your freshly-compiled, custom-themed bootstrap.css file will be generated in css/bootstrap.css.