habitica-self-host/css/css.template.mustache

9 lines
244 B
Text
Raw Normal View History

{{#items}}
.{{name}} {
background-image: url({{{escaped_image}}});
background-position: {{px.offset_x}} {{px.offset_y}};
width: {{px.width}};
height: {{px.height}};
background-size: {{px.total_width}} {{px.total_height}};
}
{{/items}}