kristoferjoseph/flexboxgrid

Inconsistent breakpoints in CSS - 64em vs 62em

bigjollygiant14 opened this issue · 0 comments

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