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.

Home Page:http://jointswp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What happened to the different media sizes in CSS?

Adrien-Luxey opened this issue · comments

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

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