mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-01 02:13:00 +01:00
Alan Orth
7d85c9a740
It seems this is actually the preferred way to do it, but something in the Bootstrap v4 Alpha 6 release—perhaps the upgraded version of Normalize.css with that release—caused our styles to be overridden and now I realize that it should have never been working before!
11 lines
347 B
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';
|