From f91d132083addcdb86e452e6c5ee18e5f78a606e Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 27 Feb 2024 21:23:14 -0500 Subject: [PATCH] Add aspect-ratio to the list of properties --- sass-lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sass-lint.yml b/sass-lint.yml index 0392808..dcbc732 100644 --- a/sass-lint.yml +++ b/sass-lint.yml @@ -98,7 +98,7 @@ rules: no-mergeable-selectors: 1 no-misspelled-properties: - 1 - - extra-properties: [ 'gap' ] + - extra-properties: [ 'aspect-ratio', 'gap' ] no-qualifying-elements: - 1 - allow-element-with-attribute: true @@ -158,6 +158,7 @@ rules: - visibility - display - box-sizing + - aspect-ratio - width - min-width - max-width