b4510da488
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
14 lines
520 B
Cheetah
14 lines
520 B
Cheetah
{{#hasMixin}}
|
|
{{#hasCommon}}.{{commonName}} {
|
|
@include {{mixinName}};
|
|
}
|
|
{{/hasCommon}}{{/hasMixin}}{{^hasMixin}}{{#hasCommon}}{{/hasCommon}}{{^hasCommon}}%{{/hasCommon}}
|
|
@include icon-black-white('sprt-bw', 'tasks', 1, false);
|
|
|
|
{{/hasMixin}}{{#shapes}}{{#selector.shape}}{{expression}}{{^last}},
|
|
{{/last}}{{/selector.shape}} {
|
|
{{^hasCommon}}{{#hasMixin}}@include {{mixinName}};{{/hasMixin}}{{^hasMixin}}@extend %{{commonName}};{{/hasMixin}}
|
|
{{/hasCommon}}background-position: {{position.relative.xy}};
|
|
}
|
|
|
|
{{/shapes}}
|