support for optional background property overrides (#453)

This commit is contained in:
Hakim El Hattab
2013-06-04 19:58:50 +02:00
parent bfadfcc7ce
commit c11e8f624f
3 changed files with 20 additions and 8 deletions

View File

@ -54,8 +54,9 @@
<h2>Background image</h2>
</section>
<section data-background="assets/image2.png">
<section data-background="assets/image2.png" data-background-size="100px" data-background-repeat="repeat">
<h2>Background image</h2>
<code>data-background-size="100px" data-background-repeat="repeat"</code>
</section>
</div>