Skip to content

Commit bfdd976

Browse files
authored
Merge pull request #187 from hkarlstrom/master
Removed vm unit from ABSOLUTE_SIZE_UNITS
2 parents 0479a0e + a90e456 commit bfdd976

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
@@ -6,7 +6,7 @@
66

77
class Size extends PrimitiveValue {
88

9-
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)
9+
const ABSOLUTE_SIZE_UNITS = 'px/cm/mm/mozmm/in/pt/pc/vh/vw/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';
1111
const NON_SIZE_UNITS = 'deg/grad/rad/s/ms/turns/Hz/kHz';
1212

0 commit comments

Comments
 (0)