From b1d35b6444d6cb98d442ba2764726f8130d5d46d Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 27 Feb 2024 22:25:12 -0500 Subject: [PATCH] Don't require spaces around operators (having this means you need to space out division) --- sass-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass-lint.yml b/sass-lint.yml index dcbc732..68d956a 100644 --- a/sass-lint.yml +++ b/sass-lint.yml @@ -401,7 +401,7 @@ rules: - 1 - include: true space-around-operator: - - 1 + - 0 - include: true space-before-bang: - 1