hugo-theme-bootstrap4-blog/source/scss/style.scss

11 lines
361 B
SCSS

// selectively import components we need from fontawesome
// see: node_modules/@fortawesome/fontawesome-free/scss/fontawesome.scss
@import 'source/scss/fontawesome';
// selectively import components we need from bootstrap
// see: node_modules/bootstrap/scss/bootstrap.scss
@import 'source/scss/bootstrap';
// local style overrides
@import 'source/scss/main';