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

11 lines
347 B
SCSS

// selectively import components we need from font-awesome
// see: node_modules/font-awesome/scss/font-awesome.scss
@import 'source/scss/font-awesome';
// 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';