2020-11-30 12:30:22 +01:00
|
|
|
// selectively import components we need from bootstrap
|
|
|
|
// see: node_modules/bootstrap/scss/bootstrap.scss
|
|
|
|
@import 'bootstrap';
|
|
|
|
|
2020-12-08 13:18:16 +01:00
|
|
|
// Bootstrap v5 Blog Example CSS
|
|
|
|
// see: https://getbootstrap.com/docs/5.0/examples/blog/blog.css
|
|
|
|
@import 'blog';
|
|
|
|
|
2020-12-07 13:13:09 +01:00
|
|
|
// self-hosted Playfair font
|
|
|
|
// see: https://medium.com/clio-calliope/making-google-fonts-faster-aadf3c02a36d
|
|
|
|
@import 'fonts';
|
|
|
|
|
2020-11-30 12:30:22 +01:00
|
|
|
// local style overrides
|
|
|
|
@import 'main';
|