Toadstool-Stipe / stipe

Stipe is the core set of Sass Mixins to support the Toadstool Styleguide Framework
40 stars 9 forks source link

Desktop media query definition has no max-width #19

Closed bartonmcguire closed 11 years ago

bartonmcguire commented 11 years ago

The desktop media query was set with a max-width. Is there a good reason for this? :itsatrap:

Given that we want to build our styles mobile-first... our mobile style rules are the default. But with a max-width defined for desktop, styles revert to their mobile rules when the browser is stretched too far. Seems to me, in the same way that $mobile is defined as the smallest size, with only a max-width, desktop should be the largest, with only a min.