mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
9 lines
No EOL
244 B
Text
9 lines
No EOL
244 B
Text
{{#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}} |