I believe #24033 is factually inaccurate, while also containing some typos and grammar problems. This PR addresses a few things:
Variable overrides can come before or after you import Bootstrap—they'll still override the default value in our code.- Variable overrides within the same Sass file can come before or after the default value, but across files they must come first.
- Removed the double
::
at the end of the paragraph. - Fixed usage of
overwrite
when we meanoverride
.
/cc @johann-s @XhmikosR @bobeta