{
	"specs": [
		{
			"doc": { "group": "background" },
			"name": "bg-<v>",
			"props": "background-size",
			"values": ["cover", "contain"]
		},
		{
			"doc": { "group": "background", "desc": "<v>" },
			"name": "bg-pos-<k>",
			"props": "background-position",
			"values": {
				"n": "top",
				"ne": "top right",
				"e": "right",
				"se": "bottom right",
				"s": "bottom",
				"sw": "bottom left",
				"w": "left",
				"nw": "top left",
				"center": "center"
			}
		},
		{
			"doc": { "group": "background", "desc": "<v>" },
			"name": "bg-repeat<k>",
			"props": "background-repeat<k>",
			"values": {
				"-x": "repeat-x",
				"-y": "repeat-y",
				"": "repeat",
				"-space": "space",
				"-round": "round",
				"-none": "no-repeat"
			}
		}
	],
	"templates": [
		{
			"doc": { "group": "background", "args": ["url: image URL"] },
			"name": "bg-image",
			"props": "background-image",
			"unit": "url"
		},
		{
			"doc": {
				"group": "background",
				"args": ["body: CSS value/definition"]
			},
			"name": "bg-pos",
			"props": "background-position"
		},
		{
			"doc": {
				"group": "background",
				"args": ["body: CSS value/definition"]
			},
			"name": "bg-size",
			"props": "background-size"
		}
	]
}
