Detect Browser with CSS
We can detect browser with CSS feature query, @supports. This at-rule checks if the user browser supports a particular property or property:value. Now we can use a semi-hack to detect a browser engine. For example, the -moz-appearance: none is a…
Published 4 months ago