Skip to content

v1 #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 29, 2014
Merged

v1 #16

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
### *css3-mediaqueries.js* - CSS Helper and CSS3 Media Queries Enabler

*copyright (c) 2008 Wouter van der Graaf, all rights reserved*

***Author:*** Wouter van der Graaf <woutervandergraaf at gmail com>

***Author:*** Wouter van der Graaf <wouter at dynora nl>
***License:*** MIT

***Website:*** ~~<http://woutervandergraaf.nl/css3-mediaqueries-js/>~~
***Website:*** <http://code.google.com/p/css3-mediaqueries-js/>

***Browser support:*** IE 5+, Firefox 1+ and Safari 2.

Firefox 3.5+, Opera 7+, Safari 3+ and Chrome already offer native support.

#### W3C Media Queries spec: <http://www.w3.org/TR/css3-mediaqueries/>
Expand All @@ -23,4 +18,4 @@ Write your media queries like you would for browsers with native support. The sc

>Note: Doesn't work on `@import`'ed stylesheets (which you shouldn't use anyway for performance reasons). Also won't listen to the media attribute of the &lt;link&gt; and &lt;style&gt; elements.

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/livingston/css3-mediaqueries-js/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
####Note: this fork has patches/fixes that are not available in the original Google Code repo
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css3-mediaqueries-js",
"version": "0.9.0",
"version": "1.0.0",
"homepage": "https://github.com/livingston/css3-mediaqueries-js",
"authors": [
"Wouter van der Graaf"
Expand Down
Loading