Open h0lley opened 1 year ago
Valid example:
bottom: calc(100% + 100px);
after compression:
bottom:calc(100%+100px);
Is this the right place?
Valid example:
after compression:
Is this the right place?