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

Inconsistent breakpoints in CSS - 64em vs 62em #258

Open
bigjollygiant14 opened this issue Aug 18, 2017 · 0 comments
Open

Inconsistent breakpoints in CSS - 64em vs 62em #258

bigjollygiant14 opened this issue Aug 18, 2017 · 0 comments

Comments

@bigjollygiant14
Copy link

Briefly ( tweet size ) describe your issue and how you discovered it.

Media breakpoints are inconsistent for col-md-*. /css/flexboxgrid.css lists breakpoint as 62em, but /src/flexboxgrid.css and /dist/flexboxgrid.css use 64em as breakpoint.
...

Expected behavior

They should be consistent (62em)
...

Actual behavior

They are inconsistent.

/css/flexboxgrid.css - @media only screen and (min-width: 62em) {
/dist/flexboxgrid.css - @media only screen and (min-width: 64em) {
/src/flexboxgrid.css - @Custom-Media --md-viewport only screen and (min-width: 64em);
...

Steps to reproduce behavior

npm install --save flexboxgrid
View css files

  • OS: OSX El Capitan 10.11.6
  • Browser: N/A
  • code/fiddle/pen url: N/A
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