{{#spritesheet}} .btn { &.x-huge { &.active, &:active { &:not(:disabled):not(.disabled) { .toolbar__icon { background-position-x: var(--button-huge-active-icon-offset-x,0); } } } } } .x-huge .toolbar__icon { background-image: url(resources/{{{escaped_image}}}); } {{/spritesheet}} {{#sprites}} {{#parselang name}}.x-huge .{{name}}{{/parselang}} { background-position: var(--button-huge-normal-icon-offset-x,0) {{px.offset_y}}; } {{/sprites}}