Skip to content

primary source

Baseline, zajednički standard četiri pregledača

1 item

Baseline tells you whether a feature is safe for production. It has three states: limited availability means it is not everywhere yet, newly available means it has just landed in every browser, and widely available means it has been present in all of them for thirty months. It replaces the older practice of checking caniuse and hoping for the best.

web.dev

The Baseline wordmark beside its double check mark, on a pale green field.
Webmedium signal

Put Baseline in CI so the browser stops deciding for you

Three packages and about 20 minutes. One config tells your build which browsers you target, a linter warns when a stylesheet reaches past that line, and CI says it on the pull request instead of a user saying it in a bug report six weeks later.

web.dev, npmverified