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

svg-sprite-color.json - github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9f7acc85b5b85b33f1ba244965a5aed18a15161a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	"shape": {
		"dimension": {
			"attributes": false
		},
		"transform": []
	},
	"mode": {
		"css": {
			"bust": false,
			"common": "sprt-color",
			"prefix": ".sprt-%s",
			"sprite": "../img/sprt-color.svg",
			"render": {
				"scss": {
					"template": "svg-sprite-color.tmpl",
					"dest": "src/sprites-color.scss"
				}
			}
		}
	}
}