From 373f86950a83c44e543eea304b22e45cd7fcb37d Mon Sep 17 00:00:00 2001 From: circlecrystalin Date: Fri, 16 Jan 2026 12:53:02 +0100 Subject: [PATCH] Remove stylelint changes - not part of numeric history feature --- .stylelintrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.stylelintrc b/.stylelintrc index 3370b8a01..c0b540d69 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -12,9 +12,6 @@ "shorthand-property-no-redundant-values": null, "color-hex-length": null, "declaration-block-no-redundant-longhand-properties": null, - "at-rule-no-unknown": null, - "function-whitespace-after": null, - "media-feature-range-operator-space-after": null, - "media-feature-range-operator-space-before": null + "at-rule-no-unknown": null } }