byceps/byceps

View on GitHub
byceps/blueprints/common/style_guide/templates/common/style_guide/sections/_boxes.html

Summary

Maintainability
Test Coverage
<p>Boxes have a background, a border, and vertical space between them:</p>

{% call render_example() %}
<div class="box">
  First box
</div>
<div class="box">
  Second box
</div>
{% endcall %}