diff --git a/docs/guide/pre-processors.md b/docs/guide/pre-processors.md index 03298d517..27378e181 100644 --- a/docs/guide/pre-processors.md +++ b/docs/guide/pre-processors.md @@ -6,9 +6,9 @@ sidebarDepth: 2 In webpack, all pre-processors need to be applied with a corresponding loader. `vue-loader` allows you to use other webpack loaders to process a part of a Vue component. It will automatically infer the proper loaders to use based on the `lang` attribute of a language block and the rules in your webpack config. -## SASS +## Sass -For example, to compile our ` ```