Select theme appearance

Browserlist Targets: Baseline Widely Available

Adopt the Baseline Widely standard as targets for your browserlist.

  • Tags:  CSS, web development
  • Last updated:  

The new Baseline standards have been widely adopted by MDN, google and many other highly regarded sources. If you want to use this standard as build target using browserlist, you can use the following configuration:

[
    "Chrome > 0 and last 2.5 years",
    "ChromeAndroid > 0 and last 2.5 years",
    "Edge > 0 and last 2.5 years",
    "Firefox > 0 and last 2.5 years",
    "FirefoxAndroid > 0 and last 2.5 years",
    "Safari > 0 and last 2.5 years",
    "iOS > 0 and last 2.5 years",
    "not dead"
]