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 0b1a730 commit 328e2d1Copy full SHA for 328e2d1
1 file changed
plugins/postcss-global-data/test/open-props.expect.css
@@ -1,6 +1,6 @@
1
.card {
2
border-radius: 5px;
3
- padding: clamp(1.5rem,3vw,2rem);
+ padding: max(1.5rem,min(3vw,2rem));
4
box-shadow: 0 3px 5px -2px hsl(220 3% 15%/calc(1% + 3%)),0 7px 14px -5px hsl(220 3% 15%/calc(1% + 5%));
5
6
&:hover {
0 commit comments