diff options
| author | Tien Do <[email protected]> | 2023-03-29 22:25:02 +0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2023-04-01 17:35:51 -0400 |
| commit | c0107d142e83c0686a61afb65ab583dbd4d9ceb8 (patch) | |
| tree | 3a5989fa9d28a39735060fee22061c06c71f6466 /site | |
| parent | 74c6f2bcfb1ca3391c2134e4e3425409b1c11939 (diff) | |
| download | bootstrap-c0107d142e83c0686a61afb65ab583dbd4d9ceb8.tar.xz bootstrap-c0107d142e83c0686a61afb65ab583dbd4d9ceb8.zip | |
docs: add variables-dark import in home page
Diffstat (limited to 'site')
| -rw-r--r-- | site/layouts/partials/home/customize.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/layouts/partials/home/customize.html b/site/layouts/partials/home/customize.html index c38243dc2..a6d04fed4 100644 --- a/site/layouts/partials/home/customize.html +++ b/site/layouts/partials/home/customize.html @@ -41,6 +41,7 @@ $prefix: "mo-"; // Required Bootstrap imports @import "../node_modules/bootstrap/scss/variables"; +@import "../node_modules/bootstrap/scss/variables-dark"; @import "../node_modules/bootstrap/scss/maps"; @import "../node_modules/bootstrap/scss/mixins"; @import "../node_modules/bootstrap/scss/root"; |
