summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/css/functions/round.css
blob: 72d9a8596dfd2cdd01136a89f150d103af50b32a (plain)
1
2
3
4
5
6
7
8
9
10
11
.foo {
	a: 0;
	b: -13;
	c: -1px;
	d: 12;
	e: 12px;
	f: 13;
	g: 13em;
	h: 13;
	i: 13%;
}