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

amcc created an issue. See original summary.

AdamPS’s picture

Version: 8.x-3.3 » 8.x-3.x-dev
Category: Support request » Bug report

It looks as if

  • ./THEMENAME/sass/_default-variables.scss should be ./THEMENAME/scss/_default-variables.scss
  • ./THEMENAME/sass/overrides.scss should be ./THEMENAME/scss/_overrides.scss
huijse’s picture

You 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/

  • markcarver committed bb853fd on 7.x-3.x
    Issue #2876416 by amcc: sass starterkit documentation mentions 'sass'...

  • markcarver committed 5670922 on 8.x-3.x
    Issue #2876416 by amcc: sass starterkit documentation mentions 'sass'...

markhalliwell’s picture

Category: Bug report » Support request
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.