From 6a0b423a9be16fa7c1796b0df20d49e6c276d7c0 Mon Sep 17 00:00:00 2001 From: Livingston Samuel Date: Tue, 29 Jul 2014 13:51:48 +0100 Subject: [PATCH 1/3] corrected line wrappings in Readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a33a79..7e5bbd2 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ ### *css3-mediaqueries.js* - CSS Helper and CSS3 Media Queries Enabler ***Author:*** Wouter van der Graaf + ***License:*** MIT + ***Website:*** ***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: @@ -18,4 +21,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 <link> and <style> elements. -####Note: this fork has patches/fixes that are not available in the original Google Code repo \ No newline at end of file +####Note: this fork has patches/fixes that are not available in the original Google Code repo From f45d7369efc78ceecfedfd3725c8c94a4408c6bc Mon Sep 17 00:00:00 2001 From: pvnr0082t Date: Sun, 22 May 2016 03:34:59 +0800 Subject: [PATCH 2/3] add package.json for css3-mediaqueries-js --- package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..6d34f95 --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "css3-mediaqueries-js", + "description": "Write your media queries like you would for browsers with native support.", + "version": "1.0.0", + "homepage": "http://code.google.com/p/css3-mediaqueries-js/", + "author": { + "name": "Wouter van der Graaf", + "url": "https://github.com/woutervandergraaf" + }, + "repository": { + "type": "git", + "url": "https://github.com/livingston/css3-mediaqueries-js" + }, + "keywords": [ + "CSS Helper", + "Media Queries", + "CSS3" + ], + "license": "MIT" +} From 0b5a478618ffb0c4163f5818a944c2de259ff03a Mon Sep 17 00:00:00 2001 From: Livingston Samuel Date: Sun, 22 May 2016 10:17:01 +0530 Subject: [PATCH 3/3] Linking original author's github profile --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e5bbd2..e653812 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ### *css3-mediaqueries.js* - CSS Helper and CSS3 Media Queries Enabler -***Author:*** Wouter van der Graaf +***Author:*** [Wouter van der Graaf](https://github.com/woutervandergraaf) ***License:*** MIT