Skip to content
barisaydinoglu edited this page May 18, 2012 · 6 revisions

Wiki Pages: Home | Setup | Usage | Changelog

This is a library that uses your trusty little Modernizr to give you the possibility of specifying required features for a certain stylesheet. Using it is a simple matter, illustrated in the following excerpt:

Modernizr.Detectizr.detect({detectScreen:false});

Just remember to include Modernizr before Detectizr, and you're good to go!

Clone this wiki locally