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