Skip to content

Commit 6381795

Browse files
authored
fix(cli): Iform ealier in promts about PostCSS
CLI should inform earlier that PostCSS, Autoprefixer and CSS Modules already being supported. closes vuejs#1655
1 parent 8c4c96e commit 6381795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli/lib/promptModules/cssPreprocessors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = cli => {
22
cli.injectFeature({
33
name: 'CSS Pre-processors',
44
value: 'css-preprocessor',
5-
description: 'Add support for CSS pre-processors like SASS, Less or Stylus',
5+
description: 'Add support for CSS pre-processors like SASS, Less or Stylus (PostCSS is always included)',
66
link: 'https://cli.vuejs.org/guide/css.html'
77
})
88

0 commit comments

Comments
 (0)