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: ad6f09482694adf4c9e8b387114c8cf99787dc49 (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": "icon-color",
			"prefix": ".icon-%s",
			"sprite": "../img/color.svg",
			"render": {
				"scss": {
					"template": "svg-sprite-color.tmpl",
					"dest": "src/sprites-color.scss"
				}
			}
		}
	}
}