Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add modal width breakpoints as CSS Variables #40640

Open
2 tasks done
VMLuca opened this issue Jul 16, 2024 · 4 comments
Open
2 tasks done

Add modal width breakpoints as CSS Variables #40640

VMLuca opened this issue Jul 16, 2024 · 4 comments

Comments

@VMLuca
Copy link

VMLuca commented Jul 16, 2024

Prerequisites

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.

@KKartikay-27

This comment was marked as resolved.

@julien-deramond

This comment was marked as resolved.

@poswalsameer
Copy link

Hii @VMLuca, can you please describe the issue more briefly, I went through the _variables.scss, these breakpoints are already available there.

@VMLuca
Copy link
Author

VMLuca commented Aug 19, 2024

_variables.scss is about scss variabels, isn't it? I was talking about CSS variables

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants