Skip to content

Commit e9ff1c2

Browse files
committed
Fixed test-case for stylus#125
1 parent d6543b2 commit e9ff1c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/cases/flex.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ section div {
1717
-moz-box-flex: 1;
1818
-o-box-flex: 1;
1919
-ms-box-flex: 1;
20+
-webkit-box-flex: 1;
21+
-moz-box-flex: 1;
22+
-ms-box-flex: 1;
2023
box-flex: 1;
2124
-webkit-flex: 1 0;
2225
flex: 1 0;

0 commit comments

Comments
 (0)