Skip to content

SCSS rename $gutter variables to $right-sidebar

Scott de Jonge requested to merge scss-rename-gutter-to-right-sidebar into master

What does this MR do and why?

Clarify usage of SCSS variables by renaming $gutter-* variables to $right-sidebar-*:

Before After
$gutter-collapsed-width $right-sidebar-collapsed-width
$gutter-width $right-sidebar-width
$gutter-inner-width $right-sidebar-inner-width

Screenshots or screen recordings

n/a

How to set up and validate locally

  1. Review SCSS variable usage
  2. Validate views with right-sidebar e.g. Issue/Epic/MR

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading