We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1deb6 commit c8f6aebCopy full SHA for c8f6aeb
packages/@vuepress/core/lib/internal-plugins/style/index.js
@@ -12,7 +12,7 @@ module.exports = (options, ctx) => ({
12
const hasUserOverride = fs.existsSync(overridePath)
13
14
if (hasUserOverride) {
15
- logger.tip(`${chalk.magenta('override.styl')} has been deprecated from v1.0.0, using ${chalk.cyan('.vuepress/style/palette.styl')} instead.\n`)
+ logger.tip(`${chalk.magenta('override.styl')} has been deprecated from v1.0.0, using ${chalk.cyan('.vuepress/styles/palette.styl')} instead.\n`)
16
}
17
18
const themeStyle = path.resolve(ctx.themePath, 'styles/index.styl')
0 commit comments