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

svg-sprite-bw.json - github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b4d778deb53ccd29db6d5816d2f46efe75afadc6 (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-bw",
			"prefix": ".icon-%s",
			"sprite": "../img/bw.svg",
			"render": {
				"scss": {
					"template": "svg-sprite-bw.tmpl",
					"dest": "src/sprites-bw.scss"
				}
			}
		}
	}
}