From f8e1d2232857106c056c310545fad17041968241 Mon Sep 17 00:00:00 2001 From: Richard Hallows Date: Mon, 6 Jan 2025 07:47:25 +0000 Subject: [PATCH] Document browser support policy based on Baseline Widely Available (#345) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7508154..c06a6a2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ > The standard shareable config for Stylelint. -It extends [`stylelint-config-recommended`](https://github.com/stylelint/stylelint-config-recommended) and turns on additional rules to enforce modern conventions found in the [CSS specifications](https://www.w3.org/Style/CSS/current-work). +It extends [`stylelint-config-recommended`](https://github.com/stylelint/stylelint-config-recommended) and turns on additional rules to enforce modern conventions found in the [CSS specifications](https://www.w3.org/Style/CSS/current-work) and within [Baseline Widely Available](https://web.dev/baseline). To see the rules that this config uses, please read the [config itself](./index.js).