Open
Description
Prerequisites
- I have searched for duplicate or closed feature requests
- I have read the contributing guidelines
Proposal
Extend the margin and padding capabilities as required by the programmer. Create a class that can be set in px, percentage, or viewport as required.
mt-[300px] // margin-top 300 px
p-[25%] // all sides 25%
Motivation and context
This would improve Bootstrap's ability to have customizable elements within components regarding spacing.