18 lines
287 B
Plaintext
18 lines
287 B
Plaintext
.i{{items.0.category}}
|
|
{{#items}}
|
|
,.i-{{name}}
|
|
{{/items}}{
|
|
display: inline-block;
|
|
background: url('{{{items.0.escaped_image}}}') no-repeat;
|
|
}
|
|
|
|
{{#items}}
|
|
.i-{{name}} {
|
|
background-position: {{px.offset_x}} {{px.offset_y}};
|
|
width: {{px.width}};
|
|
height: {{px.height}};
|
|
}
|
|
|
|
{{/items}}
|
|
|