1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-05-15 08:47:45 +02:00

Adjust source/scss for dart sass

Imports are relative to the current file it seems.
This commit is contained in:
2020-11-30 12:41:23 +02:00
parent 64d62a9179
commit 39a9a8fd2a
2 changed files with 39 additions and 39 deletions

View File

@ -1,6 +1,6 @@
// selectively import components we need from bootstrap
// see: node_modules/bootstrap/scss/bootstrap.scss
@import 'source/scss/bootstrap';
@import 'bootstrap';
// local style overrides
@import 'source/scss/main';
@import 'main';