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

xxxl seem to have precedence over xxl on screens 1920 > x < 2560 px #7

Open
origooo opened this issue Oct 3, 2018 · 1 comment
Open

Comments

@origooo
Copy link

origooo commented Oct 3, 2018

Maybe I misunderstand how media queries work. But in the non-minified version, line 322, shouldn't all col-xxxl be removed and only exist within
@media (min-width: 2560px) { }

I'm getting some weird offset errors which was fixed by removing all xxxl classes from
@media (min-width: 1920px) { }

@projectdallas
Copy link

For anyone else having problems, I believe this is a genuine mistake.

Everything under @media (min-width: 1920px) { } should be xxl instead of xxxl.

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

2 participants