Skip to content

Commit 69cb0ca

Browse files
authored
Fix unit test (2/2)
1 parent f735bee commit 69cb0ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/outputs_numbered/operators.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body {
77
color: 5px;
88
top: 1.5em;
99
left: -1cm;
10-
top: 6.29921; }
10+
top: 6.2992125984; }
1111
/* line 15, inputs/operators.scss */
1212
div {
1313
color: false;
@@ -20,7 +20,7 @@ div {
2020
color: 1; }
2121
/* line 29, inputs/operators.scss */
2222
#units {
23-
test: 2.5748in;
23+
test: 2.5748031496in;
2424
test: 13mm;
2525
test: 4em;
2626
test: 11mm;
@@ -170,7 +170,7 @@ div {
170170
margin: 0 -2em; }
171171
/* line 184, inputs/operators.scss */
172172
div {
173-
*margin-left: 2.07447%; }
173+
*margin-left: 2.0744680851%; }
174174
/* line 190, inputs/operators.scss */
175175
.foo {
176176
width: 12.5%; }

0 commit comments

Comments
 (0)