Downloaded and installed Bootstrap theme for Drupal 7.56. I've created many subthemes based on Zen, but this is the first time I'm using the Bootstrap theme.
I've created a subtheme using the Sass starterkit, followed instructions to install Bootstrap js and rename the necessary files, but didn't do any modifications. Whenever I make this theme default there is no styling. When I make the base theme default there is basic styling. So somehow the base theme is not inherited.
I've cleared the cache several times, but no luck.

To test, I've created a subtheme using the CDN starterkit, also without any overrides. This works as expected i.e. the base theme is inherited and shown.

I cannot find what is going on with the sass subtheme.

Comments

hepabolu created an issue. See original summary.

markhalliwell’s picture

Category: Bug report » Support request
Status: Active » Closed (works as designed)

Closing per https://drupal-bootstrap.org/api/bootstrap/docs%21contribute%21README.md...

Reason: LESS/SASS - Compilation errors, syntax, mixins/functions, etc.

---

Please read https://drupal-bootstrap.org/api/bootstrap/starterkits%21sass%21README.m... and make sure your sub-theme points to the correct compiled SASS CSS file (note: for example, compass' css_dir defaults to stylesheets, not css as is pre-configured in the starterkit).