The overrides paragraph here is confusing:
https://drupal-bootstrap.org/api/bootstrap/starterkits%21sass%21README.m...
I see no 'sass' folder, only a 'scss' folder. If this is meant to say 'scss' throughout then the overrides.scss file mentioned in the documentation there is named _overrides.scss
perhaps i'm missing something
Comments
Comment #2
adamps commentedIt looks as if
Comment #3
huijse commentedYou are correct there is no sass folder. I found a manual that gave the correct installation instructions.
This manual works as a charm. Use from step 3B:
"Download a copy of Bootstrap SASS. There’s also a link directly to the download on the Bootstrap Getting Started page, under the heading Download > SASS.
When you decompress the Bootstrap SASS archive, the only parts you want are in the assets folder. Pick up everything in that folder and paste it into your new theme’s bootstrap folder at drupalroot/themes/mytheme/bootstrap."
https://sevaa.com/blog/build-drupal-8-bootstrap-subtheme-sass/
Comment #7
markhalliwell