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

Customization for the media query breakpoints would be great #91

Open
jamesinvt opened this issue Jul 9, 2022 · 0 comments
Open

Customization for the media query breakpoints would be great #91

jamesinvt opened this issue Jul 9, 2022 · 0 comments

Comments

@jamesinvt
Copy link

jamesinvt commented Jul 9, 2022

First of all, love this project! Thanks for the work you've put into it.

However, one issue I've run across is using chota for a chrome extension. Trying to keep the width 400-500 pixels which I find myself having to manually override many of the media queries you have hard coded. Having some variables like --breakpoint-small --breakpoint-medium --breakpoint-large or something similar where we can control the breakpoints would be very helpful!

Here's an example of a media query getting in my way

@media screen and (max-width: 599px) {
    .container {
        width:100%
    }

    .col,[class*=col-],[class^=col-] {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; // this lil bugger
        max-width: 100%
    }
}
@jamesinvt jamesinvt changed the title Add customization for the media query breakpoints Customization for the media query breakpoints would be great Jul 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant