Skip to content

Commit

Permalink
Add more relative size units
Browse files Browse the repository at this point in the history
  • Loading branch information
raxbg committed Jul 2, 2024
1 parent 9bd73fd commit 2202d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Value/Size.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Size extends PrimitiveValue
/**
* @var array<int, string>
*/
const RELATIVE_SIZE_UNITS = ['%', 'em', 'ex', 'ch', 'fr'];
const RELATIVE_SIZE_UNITS = ['%', 'em', 'ex', 'ch', 'fr', 'cqw', 'cqh', 'cqi', 'cqb', 'cqmin', 'cqmax'];

/**
* @var array<int, string>
Expand Down

0 comments on commit 2202d84

Please sign in to comment.