Welcome to mirror list, hosted at ThFree Co, Russian Federation.

svg-sprite-bw.tmpl - github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ee3442b6050b65e89e56d3fcb4dddb1c7889820d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{#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}}