bootstrap
bootstrap copied to clipboard
Add modal width breakpoints as CSS Variables
Prerequisites
- [X] I have searched for duplicate or closed feature requests
- [X] I have read the contributing guidelines
Proposal
Currently only width breakpoints are available as SCSS variables for the modal.
modal-sm: 300px;
$modal-md: 500px;
$modal-lg: 800px;
$modal-xl: 1140px;
Motivation and context
Please add the ability to add width breakpoints as CSS variables so that I can set different breakpoints for different modals and not just globally with sccs variables.
@julien-deramond Please assign this issue to me.
@julien-deramond Please assign this issue to me.
@KKartikay-27 we don't assign issues in this repository as mentioned in the contributing guidelines.
Hii @VMLuca, can you please describe the issue more briefly, I went through the _variables.scss, these breakpoints are already available there.
_variables.scss is about scss variabels, isn't it? I was talking about CSS variables
Anything new on this topic?