You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pretty large infrastructure change. Migrating to bootstrap 5, which removes the dependency on JQuery. Also moving toward a sass-only approach.
- Upgrades to latest Bootstrap 5.x release, #138
- Removes JQuery
- Switches to import Bootstrap sass instead of css, #130
- Updates config and ignore rules
- Move syntax.scss to _sass/ and import
Instead of importing
bootstrap.css
in<head>
, use@import "../node_modules/bootstrap/scss/bootstrap";
https://getbootstrap.com/docs/5.0/customize/sass/
Related: #89, #58
The text was updated successfully, but these errors were encountered: