JeremyEnglert / JointsWP-CSS

A blank WordPress theme built with Foundation 6, giving you all the power and flexibility you need to build complex, mobile friendly websites without having to start from scratch.
http://jointswp.com
75 stars 23 forks source link

What happened to the different media sizes in CSS? #11

Closed Adrien-Luxey closed 9 years ago

Adrien-Luxey commented 9 years ago

Hi Jeremy,

I haven't been paying attention, but you removed the media queries for small, medium etc in assets/css/style.css. How are we supposed to style only for medium up, for example?

Thanks, Adrien

JeremyEnglert commented 9 years ago

They were removed from the Sass version in favor of this technique: http://jointswp.com/using-foundation-media-queries-with-sass/

Because I removed them from the Sass version, they were also removed from the CSS version. I'm trying to keep the two as similar as possible in the hopes of "merging" them soon.

You can easily add your own media queries, here are the Foundation ones: http://foundation.zurb.com/docs/media-queries.html