You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: