diff options
| -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, { |
