File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,6 +56,11 @@ $popover-max-width: 100%;
5656// Utilities
5757@import " bootstrap/scss/utilities/api" ;
5858
59+ // Make the bootstrap icons available.
60+ $bootstrap-icons-font-src : url (" npm:bootstrap-icons/font/fonts/bootstrap-icons.woff2" ) format (" woff2" ),
61+ url (" npm:bootstrap-icons/font/fonts/bootstrap-icons.woff" ) format (" woff" );
62+ @import " bootstrap-icons/font/bootstrap-icons" ;
63+
5964// Leave room for fixed-top navbar...
6065body {
6166 padding-top : 60px ;
Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ import "bootstrap/js/dist/tooltip";
1616
1717import jquery from "jquery" ;
1818
19- // Make the bootstrap icons available. Yes, we require CSS in JS, parcel wants this.
20- require ( "bootstrap-icons/font/bootstrap-icons.css" ) ;
21-
2219window . $ = window . jQuery = jquery ;
2320if ( ! process . env . BUILD_DEPLOY ) {
2421 // get warnings for using deprecated jquery features
You can’t perform that action at this time.
0 commit comments