Bootstrap-5-Theming-Kit
Bootstrap-5-Theming-Kit copied to clipboard
A Theming kit to Customize Bootstrap 5 with Sass
trafficstars
Bootstrap v5 Theme Kit
A starter project for making Bootstrap 5 themes with Sass
*** This is simple starter project to help you get started quickly when making a custom Bootstrap theme.

Prerequisites
This works on Windows, macOS and Linux.
Node Package Manager are required. Make sure you can run node --v.
You can get Node at nodejs.org, then install dart-sass using npm install sass --save-dev
Getting started
NOTE:
- If you have bootstrap 5 already installed just copy theming-kit.html to your project and then link the stylesheet which has bootstrap 5 to the head section.
for stand alone use follow below instructions
- Clone this repo
- Then cd into to the clone project which will be (Bootstrap-5-Theming-Kit)
- Run npm install
- Then on your terminal run
npm run compile:sassto Compilestyle.scssand then make sure you link thestyle.cssstylesheet to the head section of the theming-kit.html ( check insideassets/cssfolder ) . - Look at theming-kit.html (ideally with a local development webserver if possible)
- Add any Bootstrap 5 Sass variables you want to override into
scss/_custom.scssby copying them from bootstrap_variables.scss filecheck insidenode_modules/bootstrap/scss/_variables.scss - enjoy :-).