diff --git a/lib/metadata/policies.js b/lib/metadata/policies.js index e0d355d..514318a 100644 --- a/lib/metadata/policies.js +++ b/lib/metadata/policies.js @@ -547,10 +547,10 @@ var policies = { "cssMobileFirst": { "tool": "mediaQueriesChecker", "label": "Not mobile-first media queries", - "message": "

This is the number of media queries that address small screens.

The common good practice, when creating a responsive website, is to write it \"mobile-first\". More explanation in this great article.

", + "message": "

This is the number of CSS rules inside media queries that address small screens.

The common good practice, when creating a responsive website, is to write it \"mobile-first\". More explanation in this great article.

", "isOkThreshold": 25, "isBadThreshold": 200, - "isAbnormalThreshold": 600, + "isAbnormalThreshold": 1000, "hasOffenders": true, "offendersTransformFn": function(offenders) { return {