Skip to content

Commit

Permalink
fix docs css.loaderOptions.css.localsConvention (#4803)
Browse files Browse the repository at this point in the history
Moved 'localsConvention' to the same level as 'modules'.
  • Loading branch information
negibouze authored and sodatea committed Nov 6, 2019
1 parent 6347fd2 commit 77384ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guide/css.md
Expand Up @@ -112,9 +112,9 @@ module.exports = {
// For Vue CLI v3 users, please refer to css-loader v1 documentations
// https://github.com/webpack-contrib/css-loader/tree/v1.0.1
modules: {
localIdentName: '[name]-[hash]',
localsConvention: 'camelCaseOnly'
}
localIdentName: '[name]-[hash]'
},
localsConvention: 'camelCaseOnly'
}
}
}
Expand Down

0 comments on commit 77384ec

Please sign in to comment.