From 917c9e6ac4fdd5af350a19d2becec900185a8886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Tue, 4 Nov 2025 13:19:44 +0100 Subject: [PATCH] Add no-invalid-position-declaration stylelint rule This rule was introduced in stylelint 16.23. We were always following it, and it's unlikely that we miss it before opening a pull request, but it might be useful during development. --- .stylelintrc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.stylelintrc.yml b/.stylelintrc.yml index 071155eba..59e7fb013 100644 --- a/.stylelintrc.yml +++ b/.stylelintrc.yml @@ -28,6 +28,7 @@ rules: length-zero-no-unit: true max-nesting-depth: 4 media-feature-name-no-vendor-prefix: true + no-invalid-position-declaration: true property-no-unknown: true property-no-vendor-prefix: true rule-empty-line-before: