From f747349dfc7d111caf2b13c410b37b685bff39e6 Mon Sep 17 00:00:00 2001 From: pseudometa <73286100+chrisgrieser@users.noreply.github.com> Date: Wed, 5 Jan 2022 01:09:56 +0100 Subject: [PATCH] removed trialing comma --- .stylelintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index f698785..771c9fe 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -3,6 +3,6 @@ "rules": { "font-family-no-missing-generic-family-keyword": null, - "no-descending-specificity": null, + "no-descending-specificity": null } }