]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
disabled lint rules that make no sense any longer
authorJoe Workman <joe@workmanmail.com>
Fri, 27 Sep 2024 05:00:02 +0000 (22:00 -0700)
committerJoe Workman <joe@workmanmail.com>
Fri, 27 Sep 2024 05:00:02 +0000 (22:00 -0700)
.sass-lint.yml

index 75b36b421586b3fa5fb68840c0f68276f0fe6bbb..cea33a203a4b2efbb9fdaa5849130b53b2a6b80c 100644 (file)
@@ -82,7 +82,7 @@ rules:
     - allow-leading-underscore: true
       convention: hyphenatedlowercase
 
-  mixins-before-declarations: 1
+  mixins-before-declarations: 0
 
   nesting-depth:
     - 1
@@ -389,7 +389,7 @@ rules:
     - 1
     - include: true
 
-  space-before-colon: 1
+  space-before-colon: 0
 
   space-between-parens:
     - 1