twbs / bootstrap-npm-starter

Starter template for new building with Bootstrap 4 in npm projects.
MIT License
1.23k stars 465 forks source link

update scss imports based on bootstrap 5.1 docs #71

Closed stepheneb closed 2 years ago

stepheneb commented 3 years ago

https://getbootstrap.com/docs/5.1/customize/sass/#importing

fixes: https://github.com/twbs/bootstrap-npm-starter/issues/70

stepheneb commented 3 years ago

Noticed that the Toggle offcanvas button isn't working correctly. Clicking it just adds a dropshadow on the right window edge.

image