We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35ee25 commit 919bcbbCopy full SHA for 919bcbb
packages/@vue/cli/lib/promptModules/cssPreprocessors.js
@@ -3,7 +3,7 @@ module.exports = cli => {
3
name: 'CSS Pre-processors',
4
value: 'css-preprocessor',
5
description: 'Add support for CSS pre-processors like SASS, Less or Stylus',
6
- link: 'https://github.com/vuejs/vue-cli/blob/dev/docs/css.md'
+ link: 'https://cli.vuejs.org/guide/css.html'
7
})
8
9
cli.injectPrompt({
0 commit comments