CSS Components and Styleguide

Footer

Example
Markup: layout/layout-footer.html
                    <div class="layout" style="height: 100%">
    <footer class="layout__footer">
        <div class="layout__footer-left-item">Important footer stuff</div>
        <div class="layout__footer-right-item">Not as important footer stuff</div>
    </footer>
</div>
                  
Source: layout/_layout.scss, line 191