Skip to content

Commit

Permalink
report: link to our own "unused css" reference doc (#5698)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaycebasques authored and paulirish committed Jul 21, 2018
1 parent 0265569 commit c4e41fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/audits/byte-efficiency/unused-css-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class UnusedCSSRules extends ByteEfficiencyAudit {
scoreDisplayMode: ByteEfficiencyAudit.SCORING_MODES.NUMERIC,
description: 'Remove unused rules from stylesheets to reduce unnecessary ' +
'bytes consumed by network activity. ' +
'[Learn more](https://developers.google.com/speed/docs/insights/OptimizeCSSDelivery).',
'[Learn more](https://developers.google.com/web/tools/lighthouse/audits/unused-css).',
requiredArtifacts: ['CSSUsage', 'URL', 'devtoolsLogs'],
};
}
Expand Down

0 comments on commit c4e41fa

Please sign in to comment.