diff options
| author | Anoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com> | 2025-02-24 10:05:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-24 10:05:10 +0000 |
| commit | eb976fcb529c11daabf612581581bacf28b5592b (patch) | |
| tree | d1d5e988b816fb7ac9c8e35100fe06041178100c /.stylelintrc.json | |
| parent | 00047b7b56d315d934281c02a63cbb6b6293ae84 (diff) | |
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.
Diffstat (limited to '')
| -rw-r--r-- | .stylelintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
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, { |
