-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Variable for subtract .02px #41192
Comments
Just to be sure to understand the request, you'd like a new Sass variable set to bootstrap/scss/mixins/_breakpoints.scss Line 45 in 5708adc
|
Yes, exactly. |
I don’t mind making it customizable via a Sass variable. I’ve proposed a solution in #41195—let’s see what the other core team members think! 🙂 |
Do we still need this at all? Feel like #41046 was hinting at not needing it. |
@mdo Yes, I know about that, but it's planned for v6. |
Prerequisites
Proposal
Switching px to em for media queries.
Motivation and context
When I want to switch units from px to em, I will also need convert 0.02 (for px) to 0.00125 (for em) in
breakpoint-max
function which is now hardcoded.What do you think?
The text was updated successfully, but these errors were encountered: