Created by: pouwerkerk
Snippets in Utilities documentation sections have extra indentation, since they extract nested code from scss/_utilities.scss.
This PR adds a named shortcode parameter (unindent) to the scss-docs template, which takes an integer to unindent the code by a maximum number of spaces. In all current over-indented examples, it's 4 extra spaces.
| Before | After |
|---|---|
![]() |
![]() |
Fixes #34854.

