11 lines
298 B
SCSS
11 lines
298 B
SCSS
// selectively import components we need from bootstrap
|
|
// see: node_modules/bootstrap/scss/bootstrap.scss
|
|
@import 'bootstrap';
|
|
|
|
// self-hosted Playfair font
|
|
// see: https://medium.com/clio-calliope/making-google-fonts-faster-aadf3c02a36d
|
|
@import 'fonts';
|
|
|
|
// local style overrides
|
|
@import 'main';
|