-
Notifications
You must be signed in to change notification settings - Fork 77
Usage
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!