Alan Orth
0ac220d453
I want to keep a vanilla version of theirs separate from my local modifications.
15 lines
413 B
SCSS
15 lines
413 B
SCSS
// 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';
|