Just a quick question to eliminate some of the confusion I have regarding units in CSS perspective.
In the CSS Transforms specification, it refers to px, for example. perspective: 1000px;but I used, and in many other places others used it without px, for example. perspective: 1000;, for example, in W3Schools.
How much preferable? Does it matter?
Just want to clarify this, thanks.
source
share