1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-07-14 01:42:23 +02:00

adds submenu capability

This commit is contained in:
Jan Schmitz
2022-08-29 10:11:29 +02:00
parent a8ff91e1ea
commit c76b51fb0b
14 changed files with 270 additions and 292 deletions

13
source/js/bootstrap.js vendored Normal file
View File

@ -0,0 +1,13 @@
//import {} from 'bootstrap/js/dist/alert'
//import {} from 'bootstrap/js/dist/button'
//import {} from 'bootstrap/js/dist/carousel'
//import {} from 'bootstrap/js/dist/collapse'
import {} from 'bootstrap/js/dist/dropdown'
//import {} from 'bootstrap/js/dist/index'
//import {} from 'bootstrap/js/dist/modal'
import {} from 'bootstrap/js/dist/popover'
//import {} from 'bootstrap/js/dist/scrollspy'
//import {} from 'bootstrap/js/dist/tab'
//import {} from 'bootstrap/js/dist/toast'
//import {} from 'bootstrap/js/dist/tooltip'
//import {} from 'bootstrap/js/dist/util'

View File

@ -18,7 +18,7 @@
@import "../../node_modules/bootstrap/scss/forms";
@import "../../node_modules/bootstrap/scss/buttons";
//@import "../../node_modules/bootstrap/scss/transitions";
//@import "../../node_modules/bootstrap/scss/dropdown";
@import "../../node_modules/bootstrap/scss/dropdown";
//@import "../../node_modules/bootstrap/scss/button-group";
//@import "../../node_modules/bootstrap/scss/input-group";
//@import "../../node_modules/bootstrap/scss/custom-forms";
@ -37,7 +37,7 @@
//@import "../../node_modules/bootstrap/scss/toasts";
//@import "../../node_modules/bootstrap/scss/modal";
//@import "../../node_modules/bootstrap/scss/tooltip";
//@import "../../node_modules/bootstrap/scss/popover";
@import "../../node_modules/bootstrap/scss/popover";
//@import "../../node_modules/bootstrap/scss/carousel";
//@import "../../node_modules/bootstrap/scss/spinners";
@import "../../node_modules/bootstrap/scss/utilities";