From 5f0471ff4d10d8df5efc5ea33fea8365c480dfec Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 4 Oct 2023 16:41:17 -0400 Subject: [PATCH] Add gap to the valid property spellings --- sass-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass-lint.yml b/sass-lint.yml index a6634fa..193adc8 100644 --- a/sass-lint.yml +++ b/sass-lint.yml @@ -98,7 +98,7 @@ rules: no-mergeable-selectors: 1 no-misspelled-properties: - 1 - - extra-properties: [] + - extra-properties: [ 'gap' ] no-qualifying-elements: - 1 - allow-element-with-attribute: true