README
Bootstrap 4 Dark Mode
I was tired of looking for a proper Bootstrap 4 dark mode implementation. All of the ones I found were half-baked and had no polish to them whatsoever. So I decided to make one myself.
Installation
npm i bootstrap-4-dark-mode
Basic Usage
@import "~bootstrap-4-dark-mode/bootstrap.min.css";
SCSS Usage
@import "~bootstrap-4-dark-mode/variables";
@import '~bootstrap/scss/bootstrap';
@import "~bootstrap-4-dark-mode/extras";
Preview
https://kejojedi.com/bootstrap-4-dark-mode