Skip to content

Instantly share code, notes, and snippets.

@jasonvarga
Created February 20, 2014 23:50
Show Gist options
  • Save jasonvarga/9125879 to your computer and use it in GitHub Desktop.
Save jasonvarga/9125879 to your computer and use it in GitHub Desktop.
Inline CMS CSS output
{{ entries:listing }}
<div class="entry-{{ count }}"></div>
{{ /entries:listing }}
<style>
{{ entries:listing }}
.entry-{{ count }} { background: {{ image }}; }
{{ /entries:listing }}
</style>
{{ entries:listing }}
<div style="background: url({{ image }})"></div>
{{ /entries:listing }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment