We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99202fb commit a3e54c3Copy full SHA for a3e54c3
1 file changed
tests/Value/ValueTest.php
@@ -72,6 +72,10 @@ public static function provideCssFunctionTemplates(): array
72
'to be parsed' => 'max(300px, %s);',
73
'expected' => 'max(300px,%s)',
74
],
75
+ 'clamp' => [
76
+ 'to be parsed' => 'clamp(2.19rem, %s, 2.5rem);',
77
+ 'expected' => 'clamp(2.19rem,%s,2.5rem)',
78
+ ],
79
];
80
}
81
0 commit comments