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

Small mistake in wiki page #22

Open
daattali opened this issue Jul 26, 2016 · 0 comments
Open

Small mistake in wiki page #22

daattali opened this issue Jul 26, 2016 · 0 comments

Comments

@daattali
Copy link

In the quick start page, there's an example that shows the following CSS:

@media screen and (min-width: 1200px) {
   ...
}
@media screen and (min-width: 768px) {
  ...
}

The order of these two rules should be reversed. The way it is now, a page with width > 1200 will actually use the 768 rule because it will overwrite the other one because it's defined later.

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