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

11 lines
361 B
SCSS

// optional: import local styles first
@import 'source/scss/main';
// 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';