CSS Components and Styleguide

Header

Example
Thundercat House Rules
Markup: layout/layout-header.html
                    <div class="layout" style="height: 100%">
    <header class="layout__header">
        <section>Thundercat House Rules</section>
    </header>
</div>
                  
Source: layout/_layout.scss, line 173