ScalesCSS / scalescss

A design-free, modular collection of OOCSS patterns, framework settings, and utilities for quickly building responsive web projects
http://scalescss.github.io/scalescss/
MIT License
37 stars 15 forks source link

remove media-query related stuffs #9

Closed VinSpee closed 9 years ago

VinSpee commented 11 years ago

I think it's more of a detriment than a benefit. Maybe we make them into separate patterns?

VinSpee commented 11 years ago

thoughts on this @yodasw16?

yodasw16 commented 9 years ago

This was done in the v2 rewrite https://github.com/ScalesCSS/scales/commit/c0dccbfa0eef364f7d76ab6a80f29e4766c4cb62. There are a couple of media queries for patterns where the default pattern is the large screen view, but I give the option to set a breakpoint for when to change the pattern for a smaller viewport. For example: https://github.com/ScalesCSS/patterns-flag/blob/master/_flag.scss#L180-L251