bootstrap
bootstrap copied to clipboard
Introduce Grid Debugger Class for Bootstrap Containers
Prerequisites
- [X] I have searched for duplicate or closed feature requests
- [X] I have read the contributing guidelines
Proposal
Introduce a new CSS class debugger, to visually aid in understanding and troubleshooting Bootstrap grid layouts. By utilizing the ::after pseudo-element,.
Motivation and context
we can efficiently generate the grid overlay without introducing additional HTML elements, minimizing performance impact and maintaining code cleanliness. By quickly identifying and resolving grid-related issues, developers can significantly improve their efficiency and create more accurate layouts.