Add bootstrap-icons, make sidebar work with bundle logic

I'm starting to get a sense how to do all of this with these new tools.
I've semi-ported the sidebar at this point.
This commit is contained in:
Eli Ribble 2026-03-21 19:34:23 +00:00
parent f3c818a48f
commit 80f4f51b02
No known key found for this signature in database
5 changed files with 31 additions and 9 deletions

View file

@ -60,4 +60,7 @@ i.bi svg {
// Import all of Bootstrap (or pick specific components)
@import "bootstrap/scss/bootstrap";
// Import Bootstrap Icons
//@import "bootstrap-icons/font/bootstrap-icons.scss";
@import "./sidebar.scss";