Prerequisites
Proposal
The full list of Bootstrap colors is available at
https://getbootstrap.com/docs/5.3/customize/color/#all-colors
It would be nice to be able to refer to these using css variables such as --bs-blue-300 or --bs-color-blue-300. This is a compromise that doesn't suffer from the size explosion problem like generating all utilities would.
Motivation and context
This would help adding additional accents to a design, while sticking to the overall harmoneous color palette.
Prerequisites
Proposal
The full list of Bootstrap colors is available at
https://getbootstrap.com/docs/5.3/customize/color/#all-colors
It would be nice to be able to refer to these using css variables such as
--bs-blue-300or--bs-color-blue-300. This is a compromise that doesn't suffer from the size explosion problem like generating all utilities would.Motivation and context
This would help adding additional accents to a design, while sticking to the overall harmoneous color palette.