Skip to content

Commit d9d0190

Browse files
committed
Change turns to turn
1 parent bc6ec74 commit d9d0190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sabberworm/CSS/Value/Size.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Size extends PrimitiveValue {
88

99
const ABSOLUTE_SIZE_UNITS = 'px/cm/mm/mozmm/in/pt/pc/vh/vw/vm/vmin/vmax/rem'; //vh/vw/vm(ax)/vmin/rem are absolute insofar as they don’t scale to the immediate parent (only the viewport)
1010
const RELATIVE_SIZE_UNITS = '%/em/ex/ch/fr';
11-
const NON_SIZE_UNITS = 'deg/grad/rad/s/ms/turns/Hz/kHz';
11+
const NON_SIZE_UNITS = 'deg/grad/rad/s/ms/turn/Hz/kHz';
1212

1313
private static $SIZE_UNITS = null;
1414

0 commit comments

Comments
 (0)