SCSS rename $gutter variables to $right-sidebar
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
- Review SCSS variable usage
- 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.
-
I have evaluated the MR acceptance checklist for this MR.