From 3ed7404eb731d44c1d704408f958561765dc6c25 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 28 Feb 2024 12:58:28 -0500 Subject: [PATCH] Move aspect-ratio below width and height --- sass-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass-lint.yml b/sass-lint.yml index 68d956a..4f014ba 100644 --- a/sass-lint.yml +++ b/sass-lint.yml @@ -158,13 +158,13 @@ rules: - visibility - display - box-sizing - - aspect-ratio - width - min-width - max-width - height - min-height - max-height + - aspect-ratio - padding - padding-top - padding-right