Description
The main purpose of this PR is to drop a duplicate declaration of our --bs-body-bg-rgb
.
https://github.com/twbs/bootstrap/blob/79e006b9346799b9f469f54161e7201e8e4657b9/scss/_root.scss#L40
https://github.com/twbs/bootstrap/blob/79e006b9346799b9f469f54161e7201e8e4657b9/scss/_root.scss#L78
While doing it, I grouped together --bs-body-*
props within root-body-variables
section.
Note: originally found out by @louismaximepiton. Thanks!
Type of changes
-
Refactoring (non-breaking change)
Checklist
-
I have read the contributing guidelines -
My code follows the code style of the project (using npm run lint
) -
All new and existing tests passed