Just a quick question to clear up some confusion that I have regarding units on CSS perspective
.
On the CSS Transforms spec it references it with px
e.g. perspective: 1000px;
but I have used and in many other places others have used it without px
e.g. perspective: 1000;
such as on W3Schools.
Is either way more preferred? Does it matter?
Just want to clear this up, thanks.