diff --git a/docs/lib/sage-frontend/stylesheets/docs/_colors.scss b/docs/lib/sage-frontend/stylesheets/docs/_colors.scss
index d077f4c4c4..62da96fb92 100644
--- a/docs/lib/sage-frontend/stylesheets/docs/_colors.scss
+++ b/docs/lib/sage-frontend/stylesheets/docs/_colors.scss
@@ -53,7 +53,7 @@
// Determine class name for $value == 50
$classname: ".color-#{"" + $name}-#{$value}";
- /* stylelint-disable max-nesting-depth, block-closing-brace-newline-after */
+ /* stylelint-disable block-closing-brace-newline-after */
// This should be numeric, not string
@if ($value == 50) {
$classname: ".color-#{"" + $name}-0#{$value}";
@@ -79,7 +79,7 @@
text-transform: uppercase;
}
}
- /* stylelint-enable max-nesting-depth, block-closing-brace-newline-after */
+ /* stylelint-enable block-closing-brace-newline-after */
}
}
/* stylelint-enable max-nesting-depth */
diff --git a/docs/lib/sage_rails/app/views/sage_components/_sage_avatar.html.erb b/docs/lib/sage_rails/app/views/sage_components/_sage_avatar.html.erb
index 56c8be2359..5486a18a3d 100644
--- a/docs/lib/sage_rails/app/views/sage_components/_sage_avatar.html.erb
+++ b/docs/lib/sage_rails/app/views/sage_components/_sage_avatar.html.erb
@@ -52,7 +52,7 @@ end
<% end %>
<% if !component.initials && !component.image %>
-