From 1f2bf5f360e1ef85a02fe4fac30cca3ee827928d Mon Sep 17 00:00:00 2001 From: Jack Choi Date: Tue, 12 Mar 2024 13:59:09 -0400 Subject: [PATCH] Adding row-gap as a valid property --- config/scss-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/scss-lint.yml b/config/scss-lint.yml index 47e9ca3..438ca7c 100644 --- a/config/scss-lint.yml +++ b/config/scss-lint.yml @@ -80,7 +80,7 @@ linters: separate_groups: false PropertySpelling: enabled: true - extra_properties: [] + extra_properties: [row-gap] QualifyingElement: enabled: false # TODO: Convert to no-qualifying elements, re-enable it allow_element_with_attribute: false