Closed shayanfpg9 closed 2 years ago
Hi, I had a request, can I add max function to this repository?
max
div { max-width: max(50vw, 300px); }
to show if document width less than 300px the max width of div be 300px else the max width of div will be 50vw.
Thank you
Hi is this issue still open can you assign to me
Hi, I had a request, can I add
max
function to this repository?to show if document width less than 300px the max width of div be 300px else the max width of div will be 50vw.
Thank you