
{{#items}}
.spriteData('{{name}}') {
    @backgroundImage: '{{{escaped_image}}}';
    @backgroundPosition: {{px.offset_x}} {{px.offset_y}};
    @backgroundPositionLeft: {{px.offset_x}};
    @backgroundPositionTop: {{px.offset_y}};
    @width: {{px.width}};
    @height: {{px.height}};
    @totalWidth: {{px.total_width}};
    @totalHeight: {{px.total_height}};
    }

.isSprited(@name) when (@name = '{{name}}') {
    @isSprited: true;
    }

{{/items}}
