Slide 23
Slide 23 text
@BENCALLAHAN
Retrofitting Techniques: Media Queries
➡ Small Resolution First, Capped
yepnope({
test
:
Modernizr.mq(‘(min-‐width:
0px)’),
yep
:
‘base.css’,
nope
:
‘original.css’
});
RESPONSIVE RETROFITTING
Thursday, December 6, 12