From 3892fa2cfc79b010a5e84e102158b33d8435ea5f Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Sun, 6 Dec 2009 23:21:08 -0500 Subject: [PATCH] readme rename --- README.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000000..8de4c3ee1a --- /dev/null +++ b/README.txt @@ -0,0 +1,15 @@ + +Modernizr is a script that will detect native CSS3 and HTML5 features +available in the current UA and provide an object containing all +features with a true/false value, depending on whether the UA has +native support for it or not. + +In addition to that, Modernizr will add classes to the +element of the page, one for each cutting-edge feature. If the UA +supports it, a class like "cssgradients" will be added. If not, +the class name will be "no-cssgradients". This allows for simple +if-conditionals in CSS styling, making it easily to have fine +control over the look and feel of your website. + +http://www.modernizr.com +