File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,15 @@ function timeCapsule(result, prefixes) {
43
43
44
44
/* istanbul ignore next */
45
45
result . warn (
46
- 'Autoprefixer applied with no browsers, prefixes or selectors in the target list. ' +
47
- 'This is redundant, and no prefixes will be applied. ' +
48
- 'Make sure your targets are set up correctly.\n' +
49
- '\n' +
50
- ' Learn more at:\n' +
51
- ' https://github.com/postcss/autoprefixer#readme\n' +
52
- '\n'
46
+ 'Autoprefixer target browsers do not need any prefixes.' +
47
+ 'You do not need Autoprefixer anymore.\n' +
48
+ 'Check your Browserslist config to be sure that your targets ' +
49
+ 'are set up correctly.\n' +
50
+ '\n' +
51
+ ' Learn more at:\n' +
52
+ ' https://github.com/postcss/autoprefixer#readme\n' +
53
+ ' https://github.com/browserslist/browserslist#readme\n' +
54
+ '\n'
53
55
)
54
56
}
55
57
You can’t perform that action at this time.
0 commit comments