Using Modernizr with Nuxt.js to Detect Browser Features
Modernizr is a package that detects browser features and makes them queriable via JavaScript and CSS. This is very handy to find out which CSS properties are supported, for example. The approach is much more flexible and stable than using browser ven...
dworddesign.hashnode.dev2 min read