From 79c9aed436b07f00b394d66e92e2b749114abf62 Mon Sep 17 00:00:00 2001 From: Sam Richard Date: Wed, 3 Dec 2014 10:33:51 -0500 Subject: [PATCH] Removed Analytics and Dev Dependencies Added Code Climate badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3992f11..5da734e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# eq.js [![Analytics](https://ga-beacon.appspot.com/UA-46859145-2/snugug/eq.js?pixel)](https://github.com/snugug/eq.js) [![Bower version](https://badge.fury.io/bo/eq.js.svg)](http://badge.fury.io/bo/eq.js) [![devDependency Status](https://david-dm.org/Snugug/eq.js/dev-status.svg)](https://david-dm.org/Snugug/eq.js#info=devDependencies) +# eq.js [![Code Climate](https://codeclimate.com/github/Snugug/eq.js/badges/gpa.svg)](https://codeclimate.com/github/Snugug/eq.js) [![Bower version](https://badge.fury.io/bo/eq.js.svg)](http://badge.fury.io/bo/eq.js) ### Element queries, fast and light Element queries are the "holy grail" of responsive web design, allowing you to create a single component that can be dropped into any position in any layout and have them respond appropriately. Unfortunately, due to some hard-to-deal-with chicken-and-egg cases, especially involving inline elements, it's unlikely that element queries will make it into browsers any time soon.