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