From eb976fcb529c11daabf612581581bacf28b5592b Mon Sep 17 00:00:00 2001 From: "Anoduck, The Anonymous Duck" <9925396+anoduck@users.noreply.github.com> Date: Mon, 24 Feb 2025 10:05:10 +0000 Subject: Update .stylelintrc.json Disable rule "font-family-no-missing-generic-family-keyword", since the effort to locate what it is referring to has been unsuccessful, and it does not affect the functionality in any way shape or form. In other words, the rule is superfluous. --- .stylelintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.stylelintrc.json b/.stylelintrc.json index d3f283d..644f69f 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -15,6 +15,7 @@ "hue-degree-notation": null, "value-no-vendor-prefix": null, "property-no-vendor-prefix": null, + "font-family-no-missing-generic-family-keyword": null, "at-rule-no-unknown": [ true, { -- cgit v1.2.3