1 /* IE mediaQuery hack for 8,9,10 to set the flex-basis properly for 'flex' values */
3 /* Do not use unitless flex-basis values in the flex shorthand because IE 10-11 will error. */
4 /* Also use 0% instead of 0px since minifiers will often convert 0px to 0 (which is unitless and will have the same problem). */
5 /* Safari, however, fails with flex-basis : 0% and requires flex-basis : 0px */
24 and (max-width: 599px) {
33 and (min-width: 600px) {
42 and (min-width: 600px) and (max-width: 959px) {
51 and (min-width: 960px) {
60 and (min-width: 960px) and (max-width: 1279px) {
69 and (min-width: 1280px) {
78 and (min-width: 1280px) and (max-width: 1919px) {
87 and (min-width: 1920px) {
96 and (min-width: 1920px) {