Sha256: 6c1ec079cf9e8785ed8776852acb886cd21a4da05136c74cd4b4ec1f25271091
Contents?: true
Size: 496 Bytes
Versions: 1
Compression:
Stored size: 496 Bytes
Contents
<section id="background-size"> <h2>Background Size<a class="view-source" href="https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_background-size.scss">View source</a></h2> <p>The background-size mixin supports multiple background-sizes for use with multiple background-images via comma delimitation.</p> {% highlight scss %} @include background-size(50% 100%); // Single @include background-size(50% 100%, 75% 100%); // Multiple {% endhighlight %} </section>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bourbon-2.1.0 | _includes/background-size.html |