@@ -15,3 +15,23 @@ Viewing the [Handlebars template used to generate the header section of the stat
```
The extra 'transparent-header' (which never shows up in any code but the SCSS/CSS as a searchable string like that) is because a fancy bit of [custom JavaScript included in the styleguide](https://gitlab.com/agaric/patternlibrary/blob/master/agaric/js/script.js) is constructing the class, which is used to determine the header background, depending on the viewers scroll position on the page.
## Removing Unwanted HTML Wrapping Elements
You may want to remove a lot of unnecessary `div`s when creating your own subtheme (almost all themes are ultimately a subtheme of [Drupal core's stable theme](https://www.drupal.org/docs/8/core/themes/stable-theme)), and you're especially likely to want to do this when implementing a styleguide on top of a subtheme.
A quick inspect or view source (with [Twig debugging turned on](https://www.drupal.org/docs/8/theming/twig/debugging-twig-templates))