public marks

PUBLIC MARKS from srcmax with tags css & "Media Queries"

2016

include-media: Simple, elegant and maintainable media queries in Sass

by 1 other (via)
include-media is a Sass library for writing CSS media queries in an easy and maintainable way, using a natural and simplistic syntax.

2012

Using CSS Sprites to optimize your website for Retina Displays — miekd

To optimize for high-resolution screens, you have to add a reference to a larger image asset within a specific media query. So for every image asset you have at a normal resolution (or @1x) you have to add a high-resolution version (@2x). This means double the amount of files, and double the amount of selectors and file references in your CSS.

2011