Spark Design System
Resources
Supported browsers
Web browsers supported by design and development at Cars.com
Browserslist
We utilize browserslist to maintain a list of supported browsers and to support dev tools like Autoprefixer. The current utlized query for browserslist is:
"browserslist": [
"last 2 version",
"> 1%",
"not dead"
]
this resolves to this list of browsers, with IE 11 also excluded. Cars.com stopped supporting IE 11 once our own statistics dropped below 1% for that browser.