From 97504f3b60a52def613d5c38451608613ec9211f Mon Sep 17 00:00:00 2001 From: jeddy3 Date: Sun, 5 Jan 2025 19:17:48 +0000 Subject: [PATCH] Document browser support policy based on Baseline Widely Available --- 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).