uxuimercergroup / evolution

Evolution site: Global framework for digital design and development -- maintained by the Mercer Digital Center of Excellence
https://evolution.mercer.com/
0 stars 0 forks source link

Replace @media media query calls with new Foundation 6 breakpoint mixin method #117

Open mgholmes opened 8 years ago

mgholmes commented 8 years ago

Replace @media media query calls in Evolution with using new Foundation 6 breakpoint method:

example: @include breakpoint(medium only) { }

Evolution site and generator-evolution need to be updated.

This bug needs to be resolved before we update to Foundation 6.3 as the @media method will be removed in Foundation 6.3.

http://foundation.zurb.com/sites/docs/media-queries.html#upgrading-from-foundation-5