diff --git a/lib/autoprefixer.js b/lib/autoprefixer.js index 71f2fc77a..ae69c59ec 100644 --- a/lib/autoprefixer.js +++ b/lib/autoprefixer.js @@ -43,13 +43,15 @@ function timeCapsule(result, prefixes) { /* istanbul ignore next */ result.warn( - 'Autoprefixer applied with no browsers, prefixes or selectors in the target list. ' + - 'This is redundant, and no prefixes will be applied. ' + - 'Make sure your targets are set up correctly.\n' + - '\n' + - ' Learn more at:\n' + - ' https://github.com/postcss/autoprefixer#readme\n' + - '\n' + 'Autoprefixer target browsers do not need any prefixes.' + + 'You do not need Autoprefixer anymore.\n' + + 'Check your Browserslist config to be sure that your targets ' + + 'are set up correctly.\n' + + '\n' + + ' Learn more at:\n' + + ' https://github.com/postcss/autoprefixer#readme\n' + + ' https://github.com/browserslist/browserslist#readme\n' + + '\n' ) }