Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #526 from joemcgill/patch-1
Browse files Browse the repository at this point in the history
Small doc fix for max-width
  • Loading branch information
Alexander Farkas committed Jun 24, 2015
2 parents 6492fc7 + 61d3ac5 commit 9d57582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/picturefill.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
// interpret `min-` as >=
/min-([a-z-\s]+):/g, "e.$1>=",

// interpret `min-` as <=
// interpret `max-` as <=
/max-([a-z-\s]+):/g, "e.$1<=",

//calc value
Expand Down

0 comments on commit 9d57582

Please sign in to comment.