Bootstrap 5 Simple Starter

This is a boilerplate for creating and customizing Bootstrap 5 projects.

Look at "node_modules/bootstrap/dist/scss/_variables.scss" to see the variables that you can overwrite in your "scss/bootstrap.scss" file. For any custom styles, add them to the "scss/styles.scss" file. Do not edit the CSS files directly.

Build or watch your Sass files with the following commands:

npm run sass:build
npm run sass:watch