documentcloud / jammit

Industrial Strength Asset Packaging for Rails
http://documentcloud.github.com/jammit/
MIT License
1.16k stars 197 forks source link

Responsive Design with Jammit? #210

Closed acconrad closed 12 years ago

acconrad commented 12 years ago

Would love to have the ability to modify the media-queries so I can specify certain stylesheets for various browser sizes. Is this currently possible in Jammit?

jashkenas commented 12 years ago

You should be able to use media queries in your stylesheets as usual ... but if you're talking about media queries in <link media="..."> tags, that should be possible by passing options to include_stylesheets -- they take the same options that Rails' stylesheet_link_tag does.