{{#sprite}}
{{class}} {
  background-image: url('{{{escaped_image}}}');
  background-size: {{total_width}} {{total_height}};
}

{{/sprite}}

{{#items}}
{{class}} {
  background-position: {{px.offset_x}} {{px.offset_y}};
  width: {{px.width}};
  height: {{px.height}};
}
{{/items}}
