// selectively import components we need from bootstrap // see: node_modules/bootstrap/scss/bootstrap.scss @import 'bootstrap'; // Bootstrap v5 Blog Example CSS // see: https://getbootstrap.com/docs/5.0/examples/blog/blog.css @import 'blog'; // self-hosted Playfair font // see: https://medium.com/clio-calliope/making-google-fonts-faster-aadf3c02a36d @import 'fonts'; // local style overrides @import 'main';