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