dead-simple-grid icon indicating copy to clipboard operation
dead-simple-grid copied to clipboard

Not an issue, more of a question.

Open RBGCNC opened this issue 4 years ago • 1 comments

I am extremely impressed with what you have accomplished in such a small amount of code and have one question. You use em for sizing in the media queries etc. Is there a specific reason for em versus rem? Thank you for sharing this amazing bit of code.

RBGCNC avatar Sep 24 '21 14:09 RBGCNC

The only reason i can be thinking of using em instead of rem is to make the size relative to the parent not the root(which is usually done by rem).

Dibyajyoti-08 avatar Feb 13 '24 06:02 Dibyajyoti-08