Skip to content

Commit bc058a4

Browse files
committed
fix 120 char per line limit
1 parent 16b5f18 commit bc058a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Value/Size.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ class Size extends PrimitiveValue
1717
*
1818
* @var array<int, string>
1919
*/
20-
const ABSOLUTE_SIZE_UNITS = ['px', 'cm', 'mm', 'mozmm', 'in', 'pt', 'pc', 'vh', 'dvh', 'svh', 'lvh', 'vw', 'vmin', 'vmax', 'rem'];
20+
const ABSOLUTE_SIZE_UNITS = [
21+
'px', 'cm', 'mm', 'mozmm', 'in', 'pt', 'pc', 'vh', 'dvh', 'svh', 'lvh', 'vw', 'vmin', 'vmax', 'rem'
22+
];
2123

2224
/**
2325
* @var array<int, string>

0 commit comments

Comments
 (0)