rundezv
Results
1
issues of
rundezv
### Description If specified normally, an empty style is generated. ```html ... ``` ```css .font-size\:clamp\(1\.5rem\,2vw\+1rem\,2\.25rem\) {} ``` When I wrap it with the calc() function, it works fine. ```html ......