From 7c038dc8e92305449af0fdcb870a4ac1790094a1 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 7 Dec 2022 18:05:47 -0500 Subject: [PATCH] Add mask properties to sass-lint --- sass-lint.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass-lint.yml b/sass-lint.yml index 71f3890..8c6b533 100644 --- a/sass-lint.yml +++ b/sass-lint.yml @@ -253,8 +253,12 @@ rules: - clip - clip-path - mask + - mask-image - mask-position - mask-size + - mask-repeat + - mask-type + - mask-clip - object-position - background - background-color