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