Sha256: 135d6c1d11e25be5138712e02e498478ff28cf3af9c2ac3b8c230c81b7351436
Contents?: true
Size: 481 Bytes
Versions: 1
Compression:
Stored size: 481 Bytes
Contents
<section id="clearfix"> <h2>Clearfix <a class="view-source" href="https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_clearfix.scss">View source</a></h2> <p>This mixin will output a clearfix to the selector where the mixin is declared.</p> <p>This clearfix uses Nicolas Gallagher's <a href="http://nicolasgallagher.com/micro-clearfix-hack/">Micro Clearfix</a>.</p> {% highlight scss %} div { @include clearfix; } {% endhighlight %} </section>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bourbon-2.1.0 | _includes/clearfix.html |